Re: [PATCH][UNIX] EOF on non-blocking SOCK_SEQPACKET

2007-11-29 Thread Herbert Xu
On Tue, Nov 27, 2007 at 09:33:23AM +, Florian Zumbiehl wrote: I am not absolutely sure whether this actually is a bug (as in: I've got no clue what the standards say or what other implementations do), but at least I was pretty surprised when I noticed that a recv() on a non-blocking unix

[PATCH][UNIX] EOF on non-blocking SOCK_SEQPACKET

2007-11-27 Thread Florian Zumbiehl
Hi, I am not absolutely sure whether this actually is a bug (as in: I've got no clue what the standards say or what other implementations do), but at least I was pretty surprised when I noticed that a recv() on a non-blocking unix domain socket of type SOCK_SEQPACKET (which is connection