Just a heads up; I've clarified in the WITs that SO_REUSEADDR should be set on TCP sockets by default when performing an explicit bind. I've added a new test for it over in the wasmtime repo: bytecodealliance/wasmtime#7690
I don't think this requires any additional work in JCO, because libuv appears to already do this for you.