Re: [PATCH] af_unix: closed SOCK_SEQPACKET socketpair must get SIGPIPE
From: Eric Dumazet
Date: Tue Mar 15 2016 - 09:21:06 EST
On Tue, 2016-03-15 at 10:03 +0100, Alexander Potapenko wrote:
> According to IEEE Std 1003.1, 2013, sending data to a SOCK_SEQPACKET
> socketpair with MSG_NOSIGNAL flag set must result in a SIGPIPE if the
> socket is no longer connected.
I find this sentence slightly confusing ?
If MSG_NOSIGNAL is set, then SIGPIPE should not be generated.
s/with/without/ maybe ?