Writing Sockets from scratch

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
modshah

Writing Sockets from scratch

Post 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
DaveHK

RE:Writing Sockets from scratch

Post 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
modshah

RE:Writing Sockets from scratch

Post by modshah »

Thanks a lot DaveHK. The site is superb !!!
Post Reply