You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proposals/sockets/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ IPv6 sockets returned by this proposal are never dualstack because that can't ea
142
142
143
143
This behaviour is deemed acceptable because all existing applications that are truly cross-platform must already handle this scenario. Dualstack support can be part of a future proposal adding it as an opt-in feature.
144
144
145
-
Related issue: [Emulate dualstack sockets in userspace](https://github.com/WebAssembly/wasi-sockets/issues/1)
145
+
Related issue: [Emulate dualstack sockets in userspace](https://github.com/WebAssembly/WASI/issues/747)
Copy file name to clipboardExpand all lines: proposals/sockets/imports.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1211,7 +1211,7 @@ elapsed from the time this function is invoked.</p>
1211
1211
<li><code>connect-in-progress</code></li>
1212
1212
<li><code>connected</code></li>
1213
1213
<li><code>closed</code>
1214
-
See <ahref="https://github.com/WebAssembly/wasi-sockets/blob/main/TcpSocketOperationalSemantics.md">https://github.com/WebAssembly/wasi-sockets/blob/main/TcpSocketOperationalSemantics.md</a>
1214
+
See <ahref="https://github.com/WebAssembly/WASI/blob/main/proposals/sockets/TcpSocketOperationalSemantics.md">https://github.com/WebAssembly/WASI/blob/main/proposals/sockets/TcpSocketOperationalSemantics.md</a>
1215
1215
for more information.</li>
1216
1216
</ul>
1217
1217
<p>Note: Except where explicitly mentioned, whenever this documentation uses
@@ -1701,7 +1701,7 @@ their success or failure, after which the method can be retried.</p>
1701
1701
in progress at the time of calling <code>subscribe</code> (if any). Theoretically,
1702
1702
<code>subscribe</code> only has to be called once per socket and can then be
1703
1703
(re)used for the remainder of the socket's lifetime.</p>
0 commit comments