mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document that bind(2) can fail with EAFNOSUPPORT.
Reviewed by: glebius
This commit is contained in:
parent
c6499eccad
commit
5e48557ef0
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ is not a socket.
|
|||
The specified address is not available from the local machine.
|
||||
.It Bq Er EADDRINUSE
|
||||
The specified address is already in use.
|
||||
.It Bq Er EAFNOSUPPORT
|
||||
Addresses in the specified address family cannot be used with this socket.
|
||||
.It Bq Er EACCES
|
||||
The requested address is protected, and the current user
|
||||
has inadequate permission to access it.
|
||||
|
|
|
|||
Loading…
Reference in a new issue