quiche icon indicating copy to clipboard operation
quiche copied to clipboard

Keep initial state and send identical ClientHello after receiving a RETRY

Open kayoch1n opened this issue 1 year ago • 0 comments

This PR tries to fix the problem of sending different ClientHello messages upon receiving a RETRY, which is mentioned in this issue. Now the client will search crypto data from sent packets and retransmit them, instead of dropping initial states. An assertion of comparing crypto data is also added to the retry testcase.

kayoch1n avatar Dec 13 '24 14:12 kayoch1n