+ serverex.pp Donated by brad campbell

This commit is contained in:
michael 1999-07-05 10:40:26 +00:00
parent 85901c6284
commit 3a0c0fb5ac

View File

@ -5,3 +5,5 @@ 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.