michael 3a0c0fb5ac + serverex.pp Donated by brad campbell %!s(int64=26) %!d(string=hai) anos
..
Makefile 2726b9d130 CHanged names, so no underscores. %!s(int64=27) %!d(string=hai) anos
README 3a0c0fb5ac + serverex.pp Donated by brad campbell %!s(int64=26) %!d(string=hai) anos
foot.tex 071ce784ef + New version for release %!s(int64=28) %!d(string=hai) anos
head.tex 071ce784ef + New version for release %!s(int64=28) %!d(string=hai) anos
pfinger.pp 4ce7dfa1a4 Fixed typo in portnumber %!s(int64=27) %!d(string=hai) anos
serverex.pp 85901c6284 + Donated by brad campbell %!s(int64=26) %!d(string=hai) anos
sockcli.pp 783b0d4eca - moved to sockcli %!s(int64=27) %!d(string=hai) anos
socksvr.pp 783b0d4eca - moved to sockcli %!s(int64=27) %!d(string=hai) anos

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.