Differences between version 2 and previous revision of ESHUTDOWN.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Thursday, April 22, 2004 8:10:35 pm | by StuartYeates | Revert |
Older page: | version 1 | Last edited on Thursday, April 22, 2004 4:23:29 pm | by PerryLorier | Revert |
@@ -1,4 +1,4 @@
!!!ESHUTDOWN
-Cannot send after transport endpoint shutdown
+Cannot send after transport endpoint shutdown.
-shutdown(2) has been called on a [socket|socket(8
)] to close down the sending end of the transmision, and then data was attempted to be sent. This is a programming bug in a program if you ever see this error.
+shutdown(2) has been called on a [socket|socket(7
)] to close down the sending end of the transmision, and then data was attempted to be sent. This is a programming bug in a program if you ever see this error.