Files
rust/library
Jonathan Brouwer e2e271b7b0 Rollup merge of #150410 - crescentrose:document-socket-cloexec, r=ChrisDenton
Document default SOCK_CLOEXEC flag on new UnixStream

Currently, the `std::os::unix::net::UnixStream` docs do not specify that the SOCK_CLOEXEC flag is set on new sockets. This commit adds a note clarifying that, in line with the note abuot the `MSG_NOSIGNAL` flag.
2025-12-27 15:46:56 +01:00
..
2025-12-19 15:04:30 -08:00
2025-12-23 09:56:09 +00:00
2025-12-27 10:59:21 +01:00
2025-12-13 16:31:09 +09:00