протокол TCP (TCP protocol)
Ошибки (Error)
EAFNOTSUPPORT
Passed socket address type in sin_family was not AF_INET
.
EPIPE
The other end closed the socket unexpectedly or a read is
executed on a shut down socket.
ETIMEDOUT
The other end didn't acknowledge retransmitted data after
some time.
Any errors defined for ip(7) or the generic socket layer may also
be returned for TCP.