fpc/docs/sockex
2000-06-05 07:19:32 +00:00
..
foot.tex
head.tex
Makefile
pfinger.pp
README
serverex.pp * added setsocketoptions + pulled it through source beautifier 2000-06-05 07:19:32 +00:00
sockcli.pp
socksvr.pp + On error client name is printed 2000-05-18 16:28:56 +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.