fpc/docs/sockex
2004-07-17 22:00:37 +00:00
..
foot.tex
head.tex
Makefile * more architecture independance 2004-07-17 21:43:08 +00:00
pfinger.pp
README
serverex.pp * added setsocketoptions + pulled it through source beautifier 2000-06-05 07:19:32 +00:00
sockcli.pp * some 1.9.x fixes 2004-07-17 22:00:37 +00:00
socksvr.pp * some 1.9.x fixes 2004-07-17 22:00:37 +00:00

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.