michael 81976c3f30 + On error client name is printed 25 yıl önce
..
Makefile 2726b9d130 CHanged names, so no underscores. 26 yıl önce
README 3a0c0fb5ac + serverex.pp Donated by brad campbell 26 yıl önce
foot.tex 071ce784ef + New version for release 27 yıl önce
head.tex 071ce784ef + New version for release 27 yıl önce
pfinger.pp 65b9717fb3 * Added shutdown() call before close 25 yıl önce
serverex.pp 85901c6284 + Donated by brad campbell 26 yıl önce
sockcli.pp 783b0d4eca - moved to sockcli 26 yıl önce
socksvr.pp 81976c3f30 + On error client name is printed 25 yıl önce

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.