search for: n4217

Displaying 3 results from an estimated 3 matches for "n4217".

Did you mean: 14217
2023 Aug 04
0
[RFC PATCH v1 1/2] vsock: send SIGPIPE on write to shutdowned socket
...E signal if an attempt to >send is made on a stream-oriented socket that is no >longer connected. The [EPIPE] error shall still be >returned > >And the same for 'sendto()' and 'sendmsg()' > >Link to the POSIX document: >https://www.open-std.org/jtc1/sc22/open/n4217.pdf > >TCP (I think we must rely on it), KCM, SMC sockets (all of them are stream) work in the same >way by calling this function. AF_UNIX also works in the same way, but it implements SIGPIPE handling >without this function. I'm okay calling this function. > >The only thing...
2023 Aug 04
0
[RFC PATCH v1 1/2] vsock: send SIGPIPE on write to shutdowned socket
...ed socket that is no >>> longer connected. The [EPIPE] error shall still be >>> returned >>> >>> And the same for 'sendto()' and 'sendmsg()' >>> >>> Link to the POSIX document: >>> https://www.open-std.org/jtc1/sc22/open/n4217.pdf >>> >>> TCP (I think we must rely on it), KCM, SMC sockets (all of them are stream) work in the same >>> way by calling this function. AF_UNIX also works in the same way, but it implements SIGPIPE handling >>> without this function. >> >> I'm...
2023 Aug 22
0
[RFC PATCH v1 1/2] vsock: send SIGPIPE on write to shutdowned socket
...ed. The [EPIPE] error shall still be >>>>> returned >>>>> >>>>> And the same for 'sendto()' and 'sendmsg()' >>>>> >>>>> Link to the POSIX document: >>>>> https://www.open-std.org/jtc1/sc22/open/n4217.pdf >>>>> >>>>> TCP (I think we must rely on it), KCM, SMC sockets (all of them are stream) work in the same >>>>> way by calling this function. AF_UNIX also works in the same way, but it implements SIGPIPE handling >>>>> without this func...