-
I am wondering why serverCertificateHashes does not allow pooling.
If the connection hashes in the implementation include a sorted list of the supplied serverCertificateHashes, the implementation may…
-
does support for socket(udp and tcp)? if not, has a plan? thanks.
-
https://github.com/w3c/webtransport/pull/440 and https://github.com/w3c/webtransport/pull/528 remove the reasons for [createUnidirectionalStream](https://w3c.github.io/webtransport/#dom-webtransport-c…
-
The [packet packer logic](https://github.com/quic-go/quic-go/blob/v0.39.3/packet_packer.go#L607-L614) can get into a loop of peeking the same DATAGRAM frame without sending if it cannot fit in a packe…
-
Frequently fails in CI:
```
libp2p-webtransport
✅ webtransport connects to go-libp2p (421ms)
✅ fails to connect without certhashes
✅ connects to ipv6 addresses (50ms)
1) clos…
-
Hi,
I apologize if it's a dumb question.
I was trying to build my code for `wasm32-unknown-unknown` and I was getting a failure because of the `ring` library.
(not sure why, because apparently `r…
-
To be able to implement w3c/webtransport#536 (see moq-wg/moq-transport#233 for some background, but the problem here is porting applications that rely on ALPN). Client sends a list of supported subpr…
-
> The server side is fully unspecified
https://github.com/fails-components/webtransport/pull/94#discussion_r1008704145
This is very true.
From what I can see, the expected way to process inco…
-
Currently, the maximum number of streams that a server can open for an individual session is not defined in the spec and is entirely up to the browser. I believe Chrome defaults to max 100 streams by…
-
Pls somebody implement it. It should be super simple, but I don't have a use-case for them yet. Hit me up if you're interested and need pointers.