mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 20:59:26 +02:00
10 lines
350 B
Plaintext
10 lines
350 B
Plaintext
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.
|