fpc/docs/sockex
2004-07-17 22:00:37 +00:00
..
foot.tex + New version for release 1998-03-30 16:01:34 +00:00
head.tex + New version for release 1998-03-30 16:01:34 +00:00
Makefile * more architecture independance 2004-07-17 21:43:08 +00:00
pfinger.pp * Added shutdown() call before close 2000-01-21 09:15:38 +00:00
README + serverex.pp Donated by brad campbell 1999-07-05 10:40:26 +00:00
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.