Browse Source

+ serverex.pp Donated by brad campbell

michael 26 years ago
parent
commit
3a0c0fb5ac
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/sockex/README

+ 2 - 0
docs/sockex/README

@@ -5,3 +5,5 @@ 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.