Subject: Re: unix domain datagram socket buffering bug?
To: <>
From: David Laight <david@l8s.co.uk>
List: tech-kern
Date: 04/10/2003 17:05:19
On Thu, Apr 10, 2003 at 09:02:59AM -0700, Jesse Off wrote:
> When the receive buffer fills in one socket from a
> socketpair(PF_LOCAL, SOCK_DGRAM), I've noticed that
> subsequent write()s to the other socket will fail with
> EINVAL.

I would expect it to block, unless O_NONBLOCK is set
in which case it should return EAGAIN.

	David

-- 
David Laight: david@l8s.co.uk