diff --git a/Posix-compatibility.md b/Posix-compatibility.md index a2ba1c6..b96ccea 100644 --- a/Posix-compatibility.md +++ b/Posix-compatibility.md @@ -104,8 +104,7 @@ None of the flags are directly present in WASI Sockets: - UDP: N/A ### `close` -- TCP: [`tcp::drop-tcp-socket`](tcp) -- UDP: [`udp::drop-udp-socket`](udp) +Dropping a handle performs an effective `close`. ### `socketpair`, `connectat` (non-standard), `bindat` (non-standard) Specifically for UNIX domain sockets. Out of scope for this proposal. @@ -599,4 +598,4 @@ Columns: [udp-create-socket]: https://github.com/WebAssembly/wasi-sockets/blob/main/wit/udp-create-socket.wit [udp]: https://github.com/WebAssembly/wasi-sockets/blob/main/wit/udp.wit [poll]: https://github.com/WebAssembly/wasi-poll/blob/main/wit/poll.wit -[streams]: https://github.com/WebAssembly/wasi-io/blob/main/wit/streams.wit \ No newline at end of file +[streams]: https://github.com/WebAssembly/wasi-io/blob/main/wit/streams.wit