diff options
| author | Moritz Buhl <moritz.buhl@gmail.com> | 2022-09-03 11:14:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-03 11:14:13 +0200 |
| commit | d8f726b8017596745f3154c7daee7d59b479df69 (patch) | |
| tree | 94639a7d83c825f89dabf59afc0bde167833ca10 /sys | |
| parent | 49e94a20fa63778a76d1a4614328c1c40be98249 (diff) | |
sys/openbsd: add WAITFORONE receive flag (#3359)
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/openbsd/socket.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/openbsd/socket.txt b/sys/openbsd/socket.txt index 29d45e468..7de0fcfcd 100644 --- a/sys/openbsd/socket.txt +++ b/sys/openbsd/socket.txt @@ -38,7 +38,7 @@ socket_type = SOCK_STREAM, SOCK_DGRAM, SOCK_RAW, SOCK_RDM, SOCK_SEQPACKET, SOCK_ # accept_flags = SOCK_NONBLOCK, SOCK_CLOEXEC shutdown_flags = SHUT_RD, SHUT_WR, SHUT_RDWR send_flags = MSG_OOB, MSG_PEEK, MSG_DONTROUTE, MSG_EOR, MSG_NOSIGNAL -recv_flags = MSG_CMSG_CLOEXEC, MSG_OOB, MSG_PEEK, MSG_WAITALL +recv_flags = MSG_CMSG_CLOEXEC, MSG_OOB, MSG_PEEK, MSG_WAITALL, MSG_WAITFORONE cmsg_levels = SOL_SOCKET, IPPROTO_ICMP sock_pair { |
