The spec currently states that sockets yielded from a listen() stream inherit properties from the listen socket. This appears to be the case if the properties are explicitly set on the listen socket, but not by default: #208 (review)
This issue is to either re-add these tests once Wasmtime conforms to spec, or to check that tests cover the spec in response to an eventual change in spec.
The spec currently states that sockets yielded from a
listen()stream inherit properties from the listen socket. This appears to be the case if the properties are explicitly set on the listen socket, but not by default: #208 (review)This issue is to either re-add these tests once Wasmtime conforms to spec, or to check that tests cover the spec in response to an eventual change in spec.