search for: xsh_chap02_10

Displaying 4 results from an estimated 4 matches for "xsh_chap02_10".

2023 Aug 04
0
[RFC PATCH v1 1/2] vsock: send SIGPIPE on write to shutdowned socket
...cket that is no longer connected. > >Page 497 (description of SOCK_STREAM): >A SIGPIPE signal is raised if a thread sends on a broken stream (one that is >no longer connected). Okay, but I think we should do also for SEQPACKET: https://pubs.opengroup.org/onlinepubs/009696699/functions/xsh_chap02_10.html In 2.10.6 Socket Types: "The SOCK_SEQPACKET socket type is similar to the SOCK_STREAM type, and is also connection-oriented. The only difference between these types is that record boundaries ..." Then in 2.10.14 Signals: "The SIGPIPE signal shall be sent to a thread that at...
2023 Aug 04
0
[RFC PATCH v1 1/2] vsock: send SIGPIPE on write to shutdowned socket
...(description of SOCK_STREAM): >>> A SIGPIPE signal is raised if a thread sends on a broken stream (one that is >>> no longer connected). >> >> Okay, but I think we should do also for SEQPACKET: >> >> https://pubs.opengroup.org/onlinepubs/009696699/functions/xsh_chap02_10.html >> >> In 2.10.6 Socket Types: >> >> "The SOCK_SEQPACKET socket type is similar to the SOCK_STREAM type, and >> is also connection-oriented. The only difference between these types is >> that record boundaries ..." >> >> Then in? 2.10.14...
2023 Aug 22
0
[RFC PATCH v1 1/2] vsock: send SIGPIPE on write to shutdowned socket
...(description of SOCK_STREAM): >>> A SIGPIPE signal is raised if a thread sends on a broken stream (one that is >>> no longer connected). >> >> Okay, but I think we should do also for SEQPACKET: >> >> https://pubs.opengroup.org/onlinepubs/009696699/functions/xsh_chap02_10.html >> >> In 2.10.6 Socket Types: >> >> "The SOCK_SEQPACKET socket type is similar to the SOCK_STREAM type, and >> is also connection-oriented. The only difference between these types is >> that record boundaries ..." >> >> Then in? 2.10.14...
2023 Aug 22
0
[RFC PATCH v1 1/2] vsock: send SIGPIPE on write to shutdowned socket
...t; A SIGPIPE signal is raised if a thread sends on a broken stream (one that is >>>>> no longer connected). >>>> >>>> Okay, but I think we should do also for SEQPACKET: >>>> >>>> https://pubs.opengroup.org/onlinepubs/009696699/functions/xsh_chap02_10.html >>>> >>>> In 2.10.6 Socket Types: >>>> >>>> "The SOCK_SEQPACKET socket type is similar to the SOCK_STREAM type, and >>>> is also connection-oriented. The only difference between these types is >>>> that record boundar...