uquic/internal/ackhandler
Marten Seemann 741dc28d74 move the RTTStats to the utils package
The RTTStats are used by the logging package. In order to instrument the
congestion package, the RTTStats can't be part of that package any more
(to avoid an import loop).
2020-07-23 11:53:08 +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 use a token bucket pacing algorithm 2020-06-22 14:31:37 +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 move tracking of skipped packets to the packet number generator 2018-11-02 17:14:31 +07:00
packet_number_generator_test.go move tracking of skipped packets to the packet number generator 2018-11-02 17:14:31 +07:00
received_packet_handler.go move the RTTStats to the utils package 2020-07-23 11:53:08 +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 move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
received_packet_tracker_test.go move the RTTStats to the utils package 2020-07-23 11:53:08 +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 move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
sent_packet_handler_test.go move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
sent_packet_history.go retransmit frames instead of packets 2019-08-29 15:00:10 +07:00
sent_packet_history_test.go retransmit frames instead of packets 2019-08-29 15:00:10 +07:00