writev(2) can return EDESTADDRREQ when attempting to write to a
UNIX domain socket on which connect(2) had been used to set a destination address and the destination goes away. PR: docs/10451
This commit is contained in:
parent
e57c110bba
commit
a2b79fbea1
@ -219,6 +219,12 @@ In addition,
|
||||
.Fn writev
|
||||
may return one of the following errors:
|
||||
.Bl -tag -width Er
|
||||
.It Bq Er EDESTADDRREQ
|
||||
The destination is no longer available when writing to a
|
||||
.Ux
|
||||
domain datagram socket on which
|
||||
.Xr connect 2
|
||||
had been used to set a destination address.
|
||||
.It Bq Er EINVAL
|
||||
.Fa Iovcnt
|
||||
was less than or equal to 0, or greater than
|
||||
|
Loading…
x
Reference in New Issue
Block a user