mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
[1] - Document EHOSTUNREACH as a possible error
[2] - Remove a contraction PR: docs/50401 Submitted by: [1] Slaven Rezic <slaven@rezic.de> MFC after: 1 week
This commit is contained in:
parent
9e7ea7cc66
commit
d5882f3f58
1 changed files with 3 additions and 1 deletions
|
|
@ -100,7 +100,9 @@ Connection establishment timed out without establishing a connection.
|
|||
.It Bq Er ECONNREFUSED
|
||||
The attempt to connect was forcefully rejected.
|
||||
.It Bq Er ENETUNREACH
|
||||
The network isn't reachable from this host.
|
||||
The network is not reachable from this host.
|
||||
.It Bq Er EHOSTUNREACH
|
||||
The remote host is not reachable from this host.
|
||||
.It Bq Er EADDRINUSE
|
||||
The address is already in use.
|
||||
.It Bq Er EFAULT
|
||||
|
|
|
|||
Loading…
Reference in a new issue