uquic/internal/ackhandler
2018-03-30 13:28:22 +07:00
..
_gen.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08:00
ackhandler_suite_test.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08:00
interfaces.go keep track of which packets were sent as retransmissions 2018-03-16 16:54:39 +01:00
packet.go don't set the send time of a packet in the sent packet handler 2018-03-30 13:28:22 +07:00
packet_linkedlist.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08:00
packet_test.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08: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 don't set the send time of a packet in the sent packet handler 2018-03-30 13:28:22 +07:00
sent_packet_handler_test.go don't set the send time of a packet in the sent packet handler 2018-03-30 13:28:22 +07:00
sent_packet_history.go keep track of which packets were sent as retransmissions 2018-03-16 16:54:39 +01:00
sent_packet_history_test.go keep track of which packets were sent as retransmissions 2018-03-16 16:54:39 +01: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