- From: Bernard Aboba <notifications@github.com>
- Date: Tue, 03 Mar 2020 19:07:35 -0800
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 4 March 2020 03:07:47 UTC
@cynthia The WebTransport constructor was modeled after the [WebSockets constructor](https://html.spec.whatwg.org/multipage/web-sockets.html#dom-websocket) which also immediately establishes a connection. To address the port-scanning issue we could prevent WebTransport from connecting to ports on the ["bad ports" list](https://fetch.spec.whatwg.org/#port-blocking). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/389#issuecomment-594301254
Received on Wednesday, 4 March 2020 03:07:47 UTC