blob: 5282331c9e4aa79b742dfb2417c46d00e9986f13 (
plain)
1
2
3
4
5
6
7
8
9
|
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.
|