You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During testing commit 841c822, we discovered that the PQUIC server always updates/overwrites its original_destination_connection_id when processing the client's Initial packet.
According to RFC 9000, original_destination_connection_id is the value of the Destination Connection ID field from the first Initial packet sent by the client. However, when sending the packet sequence below, PQUIC will overwrite the value every time it receives a new Initial packet:
Initial packet that carries a Ping frame
Initial packet that carries a Ping frame
The text was updated successfully, but these errors were encountered:
QUICTester
changed the title
Handshake completion without initialClientHello
Invalid original_destination_connection_id
Sep 4, 2023
Hi,
During testing commit 841c822, we discovered that the PQUIC server always updates/overwrites its original_destination_connection_id when processing the client's Initial packet.
According to RFC 9000, original_destination_connection_id is the value of the Destination Connection ID field from the first Initial packet sent by the client. However, when sending the packet sequence below, PQUIC will overwrite the value every time it receives a new Initial packet:
The text was updated successfully, but these errors were encountered: