Actions
Bug #5385
closedsocket I/O related manuals don't document ECONNRESET
Start date:
2014-12-03
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
ECONNRESET is a valid errno that can come from TCP (and probably SCTP) sockets. It's not documented anywhere in read(2), write(2), send(3SOCKET), recv(3SOCKET), etc. This is an error that is not programmatic error and therefore the writer of the system really needs to know to be able to handle this correctly.
Updated by Electric Monk over 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit a95756817154e8f4dfc0fd0963ce91ea4f5e34fb
commit a95756817154e8f4dfc0fd0963ce91ea4f5e34fb Author: Robert Mustacchi <rm@joyent.com> Date: 2014-12-04T17:08:35.000Z 5385 socket I/O related manuals don't document ECONNRESET Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Gordon Ross <gwr@nexenta.com>
Actions