fpc/docs/sockex
2005-02-14 17:13:06 +00:00
..
foot.tex
head.tex
Makefile
pfinger.pp * truncate log 2005-02-14 17:13:06 +00:00
README
serverex.pp * truncate log 2005-02-14 17:13:06 +00:00
sockcli.pp * truncate log 2005-02-14 17:13:06 +00:00
socksvr.pp * truncate log 2005-02-14 17:13:06 +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.