uquic/internal/ackhandler
2020-09-11 11:01:30 +07:00
..
ack_eliciting.go assemble ackhandler.Frames, not wire.Frames, when packing a packet 2019-08-31 17:34:54 +07:00
ack_eliciting_test.go assemble ackhandler.Frames, not wire.Frames, when packing a packet 2019-08-31 17:34:54 +07:00
ackhandler.go move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
ackhandler_suite_test.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08:00
frame.go put STREAM frames back into the pool when they are acknowledged 2019-09-07 16:31:52 +07:00
gen.go use Genny to generate typed lists, based on Go standard library code 2018-03-30 15:12:09 +07:00
interfaces.go save dummy packets in the packet history when skipping packet numbers 2020-09-11 11:01:30 +07:00
mock_sent_packet_tracker_test.go limit available window to 3x of received bytes before address validation 2020-05-27 09:40:50 +07:00
mockgen.go simplify pruning of old ACK ranges 2020-02-21 15:46:58 +07:00
packet_linkedlist.go use Genny to generate typed lists, based on Go standard library code 2018-03-30 15:12:09 +07:00
packet_number_generator.go save dummy packets in the packet history when skipping packet numbers 2020-09-11 11:01:30 +07:00
packet_number_generator_test.go save dummy packets in the packet history when skipping packet numbers 2020-09-11 11:01:30 +07:00
received_packet_handler.go remove ACK decimation 2020-07-28 10:03:05 +07:00
received_packet_handler_test.go move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
received_packet_history.go determine if a received packet is new (and not a duplicate / delayed packet) 2020-06-01 09:31:11 +07:00
received_packet_history_test.go determine if a received packet is new (and not a duplicate / delayed packet) 2020-06-01 09:31:11 +07:00
received_packet_tracker.go simplify the maybeQueueAck method in the receivedPacketTracker 2020-07-28 10:03:06 +07:00
received_packet_tracker_test.go simplify the maybeQueueAck method in the receivedPacketTracker 2020-07-28 10:03:06 +07:00
send_mode.go change PTO to be per packet number space 2019-11-12 11:29:51 +07:00
send_mode_test.go change PTO to be per packet number space 2019-11-12 11:29:51 +07:00
sent_packet_handler.go save dummy packets in the packet history when skipping packet numbers 2020-09-11 11:01:30 +07:00
sent_packet_handler_test.go save dummy packets in the packet history when skipping packet numbers 2020-09-11 11:01:30 +07:00
sent_packet_history.go save dummy packets in the packet history when skipping packet numbers 2020-09-11 11:01:30 +07:00
sent_packet_history_test.go save dummy packets in the packet history when skipping packet numbers 2020-09-11 11:01:30 +07:00