Differences between revisions 1 and 2
Revision 1 as of 2020-09-02 14:06:31
Size: 685
Editor: davidsch
Comment:
Revision 2 as of 2020-09-02 14:14:58
Size: 713
Editor: davidsch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#rev 2020-09-02 davidsch

Socket programming

Literature

If you are completely new to socket programming, have a look at this tutorial. It explains socket programming step-by-step with code examples that a easily be compiled and run on your computer.

Troubleshooting

If you run in a situation where your TCP/ IP socket code compiles and runs, but from time to time a connection is lost for no obvious reasons or, for instance, there are too many open sockets, then one good idea is to check the TCP state diagram first, and review your code afterwards.

Programming/Libraries/SocketProgramming (last edited 2020-09-02 14:51:07 by davidsch)