Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gracefully handle Initial+Handshake packets after dropping Initial epoch
When datagram with Initial+Handshake coalesced packets is received after the Initial epoch has already been dropped, we would drop the entire datagram, causing the peer to resend the Handshake packet. Instead we should just skip over the Initial packet and continue processing the datagram. Closes #1834.
- Loading branch information