Hi everyone,
I just thought I'd keep you all up to date on my network stack project. Right now I have half of TCP working properly (that half being the client side). I'm about to start working on the server side of things (which is the same concepts but abstracting it out is proving to be complicated) now that the client side works.
You can see examples here:
http://www.wikiforall.net/net_stack_tcp.jpg
http://www.wikiforall.net/net_stack_tcp_2.jpg
Constructive criticism or any other comments welcome!
Half of TCP Done!
Re: Half of TCP Done!
That's great, congrats !
-
- Member
- Posts: 566
- Joined: Tue Jun 20, 2006 9:17 am
Re: Half of TCP Done!
Congrats ! Well done
Regards
Shrek
Regards
Shrek
-
- Member
- Posts: 2566
- Joined: Sun Jan 14, 2007 9:15 pm
- Libera.chat IRC: miselin
- Location: Sydney, Australia (I come from a land down under!)
- Contact:
Re: Half of TCP Done!
Thanks. Soon after posting I got the other half completed and had a mini web server serving pages, but I didn't post about it here.
I'm working on rewriting that network stack in C (the C++ version is thoroughly obfuscated) and improving the internals of it (ie, being more compliant with standards). At the moment, it only depends on three modules (malloc/free, a special queue mechanism I wrote, and the network send routine).
I'm working on rewriting that network stack in C (the C++ version is thoroughly obfuscated) and improving the internals of it (ie, being more compliant with standards). At the moment, it only depends on three modules (malloc/free, a special queue mechanism I wrote, and the network send routine).
Re: Half of TCP Done!
congats.. it's nice to have a server:) you can have your website on top of it
Re: Half of TCP Done!
Congrats and well done for geting so far, keep up the good work.
- Khaoticmind
- Member
- Posts: 29
- Joined: Tue Nov 18, 2008 1:06 pm
- Location: Brazil
Re: Half of TCP Done!
+1 for the congrats! And some kudos as well!
Hope i can get there some day
Hope i can get there some day