uquic/internal/congestion
Marten Seemann 741dc28d74 move the RTTStats to the utils package
The RTTStats are used by the logging package. In order to instrument the
congestion package, the RTTStats can't be part of that package any more
(to avoid an import loop).
2020-07-23 11:53:08 +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 move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
cubic_sender_test.go move the RTTStats to the utils package 2020-07-23 11:53:08 +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