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
9 changes: 5 additions & 4 deletions proposals/sockets/wit-0.3.0-draft/types.wit
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,11 @@ interface types {
/// - `address-not-bindable`: `local-address` is not an address that can be bound to. (EADDRNOTAVAIL)
///
/// # Implementors note
/// When binding to a non-zero port, this bind operation shouldn't be affected by the TIME_WAIT
/// state of a recently closed socket on the same local address. In practice this means that the SO_REUSEADDR
/// socket option should be set implicitly on all platforms, except on Windows where this is the default behavior
/// and SO_REUSEADDR performs something different entirely.
/// The bind operation shouldn't be affected by the TIME_WAIT state of a
/// recently closed socket on the same local address. In practice this
/// means that the SO_REUSEADDR socket option should be set implicitly
/// on all platforms, except on Windows where this is the default
/// behavior and SO_REUSEADDR performs something different.
///
/// # References
/// - <https://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html>
Expand Down