fpc/docs/sockex
1999-07-05 10:40:26 +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 CHanged names, so no underscores. 1999-06-04 20:09:10 +00:00
pfinger.pp Fixed typo in portnumber 1999-06-10 08:21:04 +00:00
README + serverex.pp Donated by brad campbell 1999-07-05 10:40:26 +00:00
serverex.pp + Donated by brad campbell 1999-07-05 10:39:09 +00:00
sockcli.pp - moved to sockcli 1999-06-04 19:32:11 +00:00
socksvr.pp - moved to sockcli 1999-06-04 19:32:11 +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.