uquic/internal/ackhandler
Marten Seemann 22cbb344af move the TransportState struct to the quictrace package
Prevents an import loop when passing the tracer to the ackhandler.
2019-06-20 22:58:01 +08: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 move the TransportState struct to the quictrace package 2019-06-20 22:58:01 +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 add a function to drop received packets of a certain encryption level 2019-05-30 14:19:11 +08:00
received_packet_handler_test.go add a function to drop received packets of a certain encryption level 2019-05-30 14:19:11 +08: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 move the TransportState struct to the quictrace package 2019-06-20 22:58:01 +08:00
sent_packet_handler_test.go drop Initial and Handshake keys when receiving the first 1-RTT ACK 2019-05-30 14:19:26 +08: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