marco 5fac440240 * some 1.9.x fixes il y a 21 ans
..
Makefile b0d7f0a9f3 * more architecture independance il y a 21 ans
README 3a0c0fb5ac + serverex.pp Donated by brad campbell il y a 26 ans
foot.tex 071ce784ef + New version for release il y a 28 ans
head.tex 071ce784ef + New version for release il y a 28 ans
pfinger.pp 65b9717fb3 * Added shutdown() call before close il y a 26 ans
serverex.pp ab086a8e20 * added setsocketoptions + pulled it through source beautifier il y a 25 ans
sockcli.pp 5fac440240 * some 1.9.x fixes il y a 21 ans
socksvr.pp 5fac440240 * some 1.9.x fixes il y a 21 ans

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.