Question about integrating custom network functions into glibc
Lynn Uni
lynnunics@gmail.com
Mon Dec 16 16:17:43 GMT 2024
Hi Glibc Community,
I'm working on implementing some custom network functions that bypass the
kernel network stack for better performance.
I'd like to integrate these functions into glibc to replace the default
network-related system calls, so applications can use my functions without
any modification.
Right now I have compiled it as a static library, but I'm having difficulty
integrating it with glibc.
My questions are:
1. Which directory would be appropriate to place my network library? (I'm
mainly working on x86-based Linux systems and not considering portability
right now)
2. What modifications would be needed in the Makefiles to include my
library?
3. Is there anything else I need to take care of during this process (like
build configuration)?
Thank you so much for your time. Any help will be appreciated.
Best regards,
Lynn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://sourceware.org/pipermail/libc-alpha/attachments/20241216/6c116a44/attachment.htm>
More information about the Libc-alpha
mailing list