Penguin

Differences between current version and previous revision of ENOTCONN.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Monday, March 17, 2003 12:40:55 am by PerryLorier
Older page: version 1 Last edited on Monday, March 17, 2003 12:39:23 am by PerryLorier Revert
@@ -1,3 +1,3 @@
 !!!Transport endpoint is not connected 
  
-You are trying to use a socket that should be connected, but isn't
+The socket is associated with a connection-oriented protocol and has not been connected. This is usually a programming flaw. See connect(2) for more details