README 350 B

123456789
  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.
  6. serverex.pp implements a server application which handles more than one
  7. connection. Donated by Brad Campbell.