marco 5fac440240 * some 1.9.x fixes %!s(int64=21) %!d(string=hai) anos
..
Makefile b0d7f0a9f3 * more architecture independance %!s(int64=21) %!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=27) %!d(string=hai) anos
head.tex 071ce784ef + New version for release %!s(int64=27) %!d(string=hai) anos
pfinger.pp 65b9717fb3 * Added shutdown() call before close %!s(int64=26) %!d(string=hai) anos
serverex.pp ab086a8e20 * added setsocketoptions + pulled it through source beautifier %!s(int64=25) %!d(string=hai) anos
sockcli.pp 5fac440240 * some 1.9.x fixes %!s(int64=21) %!d(string=hai) anos
socksvr.pp 5fac440240 * some 1.9.x fixes %!s(int64=21) %!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.