uquic/internal/ackhandler
Marten Seemann c828742cde
Merge pull request #1300 from lucas-clemente/prior-in-flight
call OnPacket{Acked, Lost} with the bytes in flight prior to event
2018-04-17 19:18:25 +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 keep track of which packets were sent as retransmissions 2018-03-16 16:54:39 +01:00
packet.go only delete the acked packet, but none of its retransmissions 2018-04-04 15:35:23 +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
received_packet_handler.go implement ACK decimation 2018-03-05 19:56:19 +07:00
received_packet_handler_test.go implement ACK decimation 2018-03-05 19:56:19 +07:00
received_packet_history.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08:00
received_packet_history_test.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08:00
retransmittable.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08:00
retransmittable_test.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08:00
send_mode.go implement packet send modes to determine what kind of packets are sent 2018-03-13 14:49:48 +01:00
send_mode_test.go implement packet send modes to determine what kind of packets are sent 2018-03-13 14:49:48 +01:00
sent_packet_handler.go Merge pull request #1300 from lucas-clemente/prior-in-flight 2018-04-17 19:18:25 +09:00
sent_packet_handler_test.go Merge pull request #1300 from lucas-clemente/prior-in-flight 2018-04-17 19:18:25 +09:00
sent_packet_history.go only delete the acked packet, but none of its retransmissions 2018-04-04 15:35:23 +07:00
sent_packet_history_test.go only delete the acked packet, but none of its retransmissions 2018-04-04 15:35:23 +07:00
stop_waiting_manager.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08:00
stop_waiting_manager_test.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08:00