On 03/25/2011 10:01 PM, Holger Hans Peter Freyther wrote:
> recvfrom(4, 0xb35bf7bc, 1024, 0, 0, 0) = -1 ECONNRESET (Connection reset by
> peer)
>
okay, 945cca8737d716e2436aaa064c2c6aed02d34627 of 11th of August 2008
introduced the following to cint.c:get_errno():
if (old == ESHUTDOWN || old == ECONNRESET
|| old == ECONNABORTED || old == ENETRESET)
return 0;
this explains why the connection refused is working but the connection reset
(due using tcpkill) will fail. The question is how to go forward? So somehow I
want to get a EndOfStream or a FileError.
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk