fpc/docs/sockex
2004-07-17 22:00:37 +00:00
..
foot.tex
head.tex
Makefile
pfinger.pp
README
serverex.pp
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.