This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
crates/wasi/src/p3/wit/deps/sockets Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ///
You can’t perform that action at this time.
0 commit comments