uquic/internal/congestion
2020-06-28 14:55:47 +07:00
..
bandwidth.go return an infinite bandwidth if the RTT is zero 2020-06-28 14:55:47 +07:00
bandwidth_test.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08:00
clock.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08:00
congestion_suite_test.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08:00
cubic.go rename defaultTCPMSS to maxDatagramSize 2020-01-22 14:54:05 +07:00
cubic_sender.go return an infinite bandwidth if the RTT is zero 2020-06-28 14:55:47 +07:00
cubic_sender_test.go return an infinite bandwidth if the RTT is zero 2020-06-28 14:55:47 +07:00
cubic_test.go use actually used datagram size for congestion controller calculations 2020-01-22 15:04:03 +07:00
hybrid_slow_start.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08:00
hybrid_slow_start_test.go make golint happy about the congestion tests 2018-02-23 20:56:07 +08:00
interface.go use a token bucket pacing algorithm 2020-06-22 14:31:37 +07:00
pacer.go use a slightly higher bandwidth for the pacer 2020-06-22 14:31:37 +07:00
pacer_test.go use a slightly higher bandwidth for the pacer 2020-06-22 14:31:37 +07:00
rtt_stats.go save the RTT along the session ticket and use it on resumed connections 2020-02-08 21:42:11 +01:00
rtt_stats_test.go save the RTT along the session ticket and use it on resumed connections 2020-02-08 21:42:11 +01:00
stats.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08:00