Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions phases/snapshot/witx/typenames.witx
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,9 @@
$recv_data_truncated
;;; Return immediately if the read would block.
$recv_dont_wait
;;; Receive out-of-band (urgent) data. Only meaningful for stream sockets
;;; whose transport supports it (e.g. TCP).
$recv_oob
)
)

Expand Down Expand Up @@ -612,6 +615,9 @@
(flags (@witx repr u16)
;;; Return immediately if the write would block.
$send_dont_wait
;;; Send out-of-band (urgent) data. Only meaningful for stream sockets
;;; whose transport supports it (e.g. TCP).
$send_oob
)
)

Expand Down