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 + 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 * update makefiles for testing 2002-11-10 12:22:10 +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 - moved to sockcli 1999-06-04 19:32:11 +00:00
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.