Page 1 of 1
Writing Sockets from scratch
Posted: Tue Jul 08, 2003 11:00 pm
by modshah
I need help in writing my own implementation of TCP/IP sockets from scratch. I have searched a lot but without much success. I want to write a n/w OS. So please help me.
Thanks
modshah
RE:Writing Sockets from scratch
Posted: Tue Jul 08, 2003 11:00 pm
by DaveHK
most of the TCP/IP suite is extremely well defined by the RFC standards, but for the low level stuff, take a look at
http://www.vijaymukhi.com/vmis/roll.htm
RE:Writing Sockets from scratch
Posted: Thu Jul 10, 2003 11:00 pm
by modshah
Thanks a lot DaveHK. The site is superb !!!