EISCONN may be returned by sendto() if an attempt is made to specify the
destination address to a datagram socket that is already connected. Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz> PR: docs/76399 MFC after: 1 week
This commit is contained in:
parent
5aa17efa69
commit
7a46d27566
@ -181,6 +181,8 @@ This generally indicates that the interface has stopped sending,
|
||||
but may be caused by transient congestion.
|
||||
.It Bq Er EHOSTUNREACH
|
||||
The remote host was unreachable.
|
||||
.It Bq Er EISCONN
|
||||
A destination address was specified and the socket is already connected.
|
||||
.It Bq Er ECONNREFUSED
|
||||
The socket received an ICMP destination unreachable message
|
||||
from the last message sent.
|
||||
|
Loading…
Reference in New Issue
Block a user