Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 16cba4c

Browse files
committed
Re-vendor WIT
1 parent d92633d commit 16cba4c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

crates/wasi/src/p3/wit/deps/sockets/types.wit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ interface types {
125125
/// - `connecting`
126126
/// - `connected`
127127
/// - `closed`
128-
/// See <https://github.com/WebAssembly/wasi-sockets/blob/main/TcpSocketOperationalSemantics.md>
128+
/// See <https://github.com/WebAssembly/wasi-sockets/blob/main/TcpSocketOperationalSemantics-0.3.0-draft.md>
129129
/// for more information.
130130
///
131131
/// Note: Except where explicitly mentioned, whenever this documentation uses
@@ -174,10 +174,10 @@ interface types {
174174
/// - `address-in-use`: No ephemeral ports available. (EADDRINUSE, ENOBUFS on Windows)
175175
/// - `address-in-use`: Address is already in use. (EADDRINUSE)
176176
/// - `address-not-bindable`: `local-address` is not an address that can be bound to. (EADDRNOTAVAIL)
177-
///
177+
///
178178
/// # Implementors note
179179
/// When binding to a non-zero port, this bind operation shouldn't be affected by the TIME_WAIT
180-
/// state of a recently closed socket on the same local address. In practice this means that the SO_REUSEADDR
180+
/// state of a recently closed socket on the same local address. In practice this means that the SO_REUSEADDR
181181
/// socket option should be set implicitly on all platforms, except on Windows where this is the default behavior
182182
/// and SO_REUSEADDR performs something different entirely.
183183
///

0 commit comments

Comments
 (0)