carl 3bd6280073 * update makefiles for testing 23 tahun lalu
..
Makefile 3bd6280073 * update makefiles for testing 23 tahun lalu
README 3a0c0fb5ac + serverex.pp Donated by brad campbell 26 tahun lalu
foot.tex 071ce784ef + New version for release 27 tahun lalu
head.tex 071ce784ef + New version for release 27 tahun lalu
pfinger.pp 65b9717fb3 * Added shutdown() call before close 26 tahun lalu
serverex.pp ab086a8e20 * added setsocketoptions + pulled it through source beautifier 25 tahun lalu
sockcli.pp 783b0d4eca - moved to sockcli 26 tahun lalu
socksvr.pp 81976c3f30 + On error client name is printed 25 tahun lalu

README

These are the example programs that appear in the FPC documentation.

Units guide, chapter on Sockets unit :

Example programs
socksvr.pp implements a small server application.
sockcli.pp implements a small client application.
serverex.pp implements a server application which handles more than one
connection. Donated by Brad Campbell.