README 228 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. socksvr.pp implements a small server application.
  5. sockcli.pp implements a small client application.