In C programs, in order to use sockets, we need to include:
#include<sys/socket.h>
I have searched for the socket.c file (the implementation of <sys/socket.h>) but didn't found it (find -iname "socket.c*")
- Where can I find the Linux socket implementation?
- Can I modify this file and change this implementation?