forked from quic-go/quic-go
The server can change the connection ID with the first Handshake packet. Afterwards, packets with different source connection IDs have to be ignored. Otherwise, for example the retransmission of the Initial packet might create two sessions on the server with different source connection IDs on the server side, but the same connection ID on the client side.
68 KiB
68 KiB