Skip to content

Commit

Permalink
Merge pull request #48 from sunfishcode/sunfishcode/no-udp-listen
Browse files Browse the repository at this point in the history
Remove a mention of the Listening state from udp.wit.
  • Loading branch information
badeend committed Aug 17, 2023
2 parents 8fcd6e8 + d41d244 commit bc88b45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wit/udp.wit
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ interface udp {
/// actual data to be sent/received by the application, because the kernel might also use the buffer space
/// for internal metadata structures.
///
/// Fails when this socket is in the Listening state.
///
/// Equivalent to the SO_RCVBUF and SO_SNDBUF socket options.
///
/// # Typical errors
Expand Down

0 comments on commit bc88b45

Please sign in to comment.