From bfbb7511c43d5c74c6e25936fd73293a00dbbba4 Mon Sep 17 00:00:00 2001 From: keramida Date: Mon, 24 Jan 2005 20:41:44 +0000 Subject: 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 PR: docs/76399 MFC after: 1 week --- lib/libc/sys/send.2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libc') diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index 81030fa..86bad18 100644 --- a/lib/libc/sys/send.2 +++ b/lib/libc/sys/send.2 @@ -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. -- cgit v1.1