<div dir="ltr">Hi Glibc Community,<br>I'm working on implementing some custom network functions that bypass the kernel network stack for better performance.<br>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.<br>Right now I have compiled it as a static library, but I'm having difficulty integrating it with glibc.<br><br>My questions are:<br>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)<br>2. What modifications would be needed in the Makefiles to include my library?<br>3. Is there anything else I need to take care of during this process (like build configuration)?<br><br>Thank you so much for your time. Any help will be appreciated.<br><br>Best regards,<br>Lynn<br></div>