fpc/docs/sockex
carl 3bd6280073 * update makefiles for testing
* update example which did not compile
2002-11-10 12:22:10 +00:00
..
foot.tex
head.tex
Makefile * update makefiles for testing 2002-11-10 12:22:10 +00:00
pfinger.pp
README
serverex.pp * added setsocketoptions + pulled it through source beautifier 2000-06-05 07:19:32 +00:00
sockcli.pp
socksvr.pp

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.