Quellcode durchsuchen

+ serverex.pp Donated by brad campbell

michael vor 26 Jahren
Ursprung
Commit
3a0c0fb5ac
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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.