uquic/internal/ackhandler
2019-05-08 14:47:46 +09:00
..
ack_eliciting.go handle ACKs separately in the sent packet handler packet struct 2019-04-21 20:47:27 +09:00
ack_eliciting_test.go handle ACKs separately in the sent packet handler packet struct 2019-04-21 20:47:27 +09:00
ackhandler_suite_test.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08: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 limit the ACK delay by max_ack_delay 2019-05-08 14:34:56 +09:00
packet.go handle ACKs separately in the sent packet handler packet struct 2019-04-21 20:47:27 +09: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 don't send an ACK delay time for Initial and Handshake ACKs 2019-05-08 14:30:17 +09:00
received_packet_handler_test.go don't send an ACK delay time for Initial and Handshake ACKs 2019-05-08 14:30:17 +09:00
received_packet_history.go use IETF QUIC transport error codes 2019-03-06 13:43:18 +09:00
received_packet_history_test.go rename AckRange.{First, Last} to AckRange.{Smallest, Largest} 2018-04-18 12:25:26 +09:00
received_packet_tracker.go advertize the max_ack_delay in the transport parameters 2019-05-08 13:22:37 +09:00
received_packet_tracker_test.go advertize the max_ack_delay in the transport parameters 2019-05-08 13:22:37 +09:00
send_mode.go unify TLP and RTO 2019-01-01 09:53:09 +07:00
send_mode_test.go unify TLP and RTO 2019-01-01 09:53:09 +07:00
sent_packet_handler.go use the max_ack_delay when computing the PTO duration 2019-05-08 14:47:46 +09:00
sent_packet_handler_test.go use the max_ack_delay when computing the PTO duration 2019-05-08 14:47:46 +09:00
sent_packet_history.go use separate packet number spaces for sending packets 2019-02-11 20:13:05 +08:00
sent_packet_history_test.go rename retransmittable to ack-eliciting 2019-04-12 13:25:39 +09:00