Results 1 to 1 of 1
Hi
I'm also new to kernel development and need some help.
I want to implement improvements to the way kernel handles sockets but I can't find the files in which ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-27-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 4
socket development
Hi
I'm also new to kernel development and need some help.
I want to implement improvements to the way kernel handles sockets but I can't find the files in which the sockets are implemented.
These are the .c files I found but non of them implements the functions specified in <sys/socket.h>
./usr/src/linux-2.6.35.5/net/tipc/socket.c
./usr/src/linux-2.6.35.5/net/phonet/socket.c
./usr/src/linux-2.6.35.5/net/sctp/socket.c
./usr/src/linux-2.6.35.5/net/socket.c
./usr/src/linux-2.6.35.5/drivers/isdn/mISDN/socket.c
Could anyone please point me in the right direction?


Reply With Quote
