README 230 B

1234567
  1. These are the example programs that appear in the FPC documentation.
  2. Units guide, chapter on Sockets unit :
  3. Example programs
  4. sock_svr.pp implements a small server application.
  5. sock_cli.pp implements a small client application.