Joseph Beshay
Joseph Beshay
The quic.Dial*() functions create connections with single use transports which use zero-length connection IDs. Attempting to add a new path to these connections initializes the new transport with a non-zero...
I have noticed the following in some tests using mvfst against a quic-go server. When mvfst sends a max_packet_size < 1280, the mtuDiscoverer start is initialized with InitialPacketSize https://github.com/quic-go/quic-go/blob/04eab2289395a5ad6698fef97e4a62c02ea49d97/connection.go#L2053 which...
I noticed the following while running some manual testing with quic-go client against Mvfst server. If a quic-go client initiates a path probe like this: ``` ctx, cancel := context.WithTimeout(context.Background(),...