errno values on write(2) to socket
From: Michael Skinner (mike_at_nospam-mssnetworks.com)
Date: 02/08/04
- Next message: Gregg C Levine: "Kernel patches from kernel version 2.0.0 and the later 2.2.xx series (and 2.4.x)"
- Previous message: P.T. Breuer: "Re: errno values on write(2) to socket"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 07 Feb 2004 23:12:42 +0000
Hi,
The man page for write(2) states that:
"Other errors may occur, depending on the object connected
to fd."
I am using write(2) with SOCK_STREAM and SOCK_DGRAM sockets. Can someone point me in the direction of
{a|the} list of possible errors (ie settings of errno) that might occur from a
failed write() call?
Thanks,
Mike
- Next message: Gregg C Levine: "Kernel patches from kernel version 2.0.0 and the later 2.2.xx series (and 2.4.x)"
- Previous message: P.T. Breuer: "Re: errno values on write(2) to socket"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|