summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/send.2
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2001-05-20 00:12:06 +0000
committerarchie <archie@FreeBSD.org>2001-05-20 00:12:06 +0000
commitfbf9b01e961ea8f2f5bdfdef1ade0f5eb587b43b (patch)
tree4d2de15e3ff75a17ec970d35c8f41299478b7bda /lib/libc/sys/send.2
parent4029cc246407340715ca56a02dd207ed1f53aa24 (diff)
downloadFreeBSD-src-fbf9b01e961ea8f2f5bdfdef1ade0f5eb587b43b.zip
FreeBSD-src-fbf9b01e961ea8f2f5bdfdef1ade0f5eb587b43b.tar.gz
Document ECONNREFUSED.
Submitted by: Richard Hodges <rh@matriplex.com>
Diffstat (limited to 'lib/libc/sys/send.2')
-rw-r--r--lib/libc/sys/send.24
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2
index a68936f..1920059 100644
--- a/lib/libc/sys/send.2
+++ b/lib/libc/sys/send.2
@@ -172,6 +172,10 @@ 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 ECONNREFUSED
+The socket received an ICMP destination unreachable message
+from the last message sent. This typically means that the
+receiver is not listening on the remote port.
.It Bq Er EHOSTDOWN
The remote host was down.
.El
OpenPOWER on IntegriCloud