uquic/internal/ackhandler
2019-05-08 14:15:42 +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
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 separate packet number spaces for sending packets 2019-02-11 20:13:05 +08: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 advertize the max_ack_delay in the transport parameters 2019-05-08 13:22:37 +09:00
received_packet_handler_test.go always send ACKs in the correct packet number space 2019-01-11 11:12:07 +07: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 ignore the delay field for ACKs sent in Initial and Handshake packets 2019-05-08 14:15:42 +09:00
sent_packet_handler_test.go ignore the delay field for ACKs sent in Initial and Handshake packets 2019-05-08 14:15:42 +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