*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 13 Nov 1995 19:34:19 +0100
changeset 118 142d5c273454
parent 117 03cefad7e40b
child 119 0640f4528634
*** empty log message ***
Socket.st
--- a/Socket.st	Mon Nov 13 19:30:42 1995 +0100
+++ b/Socket.st	Mon Nov 13 19:34:19 1995 +0100
@@ -35,7 +35,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.40 1995-11-13 18:30:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.41 1995-11-13 18:34:19 cg Exp $'
 !
 
 documentation
@@ -205,7 +205,10 @@
 	]
 
 
-    example (connect to above server and send some data):
+    example (connect to above server and send some data;
+	     Notice, this fails, if above server code is executed in the same ST/X image
+		     (at least on LINUX), since the OS does not correctly handle
+		     a connect from within an interrupted accept system call):
 
 	|sock|