-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is easiest if we change SentPacket to contain packet type and packet number. This change is mostly straightforward because we already were passing these around *with* SentPacket, so now it's not too painful to just put them *in* SentPacket. Having PNSpace derivable from PacketType also helps. Do not put qlog probe in handle_lost_packets(), because this is called for retry, 0rtt, and PTO, which should not be logged as lost. Go up a level and add qlog probe calls in process_timer() and handle_ack().
- Loading branch information
1 parent
9533944
commit d38699f
Showing
4 changed files
with
126 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters