Socket programming and protocols

So I've been doing a lot of work on a few programs lately, but I need to learn about sockets and low-level network protocol. The plan is to design a client-server model protocol for one of my programs.

Any good resources to read up and learn about this? I've been having some good luck with the most basic levels of it, but I've reached limits as far as time constraints go when I'm doing this via trial and error.

1 Like