CSE-533 : http://www3.cs.stonybrook.edu/~cse533/
Source/
contains the source code for the book : https://en.wikipedia.org/wiki/UNIX_Network_Programming
TCP I/P Client/Server
- Echo Service - Send back packets received from the client
- Time service - Send current time to the client
- More details : https://github.com/ashrithhc/Network-Programming/tree/master/TCP-IP-Client-Server
UDP Reliability
- Implementing reliability on UDP datagrams
- More details : https://github.com/ashrithhc/Network-Programming/tree/master/UDP-reliability