WebAssembly / wasi-sockets

WASI API proposal for managing sockets
Other
248 stars 22 forks source link

Document SO_REUSEADDR to be the default for TCP `bind` #87

Closed badeend closed 10 months ago

badeend commented 10 months ago

For TCP sockets specifically, this is a reasonable default for WASI to recommend:


This is the behavior as implemented by Wasmtime and JCO.

badeend commented 10 months ago

@sunfishcode Do you agree?