uquic/internal/congestion
Marten Seemann 22411e16d5
utils: switch to standard library min and max functions (#4218)
These functions were added in Go 1.21.
2023-12-27 21:19:13 -08:00
..
bandwidth.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
bandwidth_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
clock.go internalize ackhandler and congestion 2018-02-02 08:40:56 +08:00
congestion_suite_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
cubic.go utils: switch to standard library min and max functions (#4218) 2023-12-27 21:19:13 -08:00
cubic_sender.go utils: switch to standard library min and max functions (#4218) 2023-12-27 21:19:13 -08:00
cubic_sender_test.go congestion: rename OnPacketLost to OnCongestionEvent 2023-09-11 21:14:53 +07:00
cubic_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
hybrid_slow_start.go utils: switch to standard library min and max functions (#4218) 2023-12-27 21:19:13 -08:00
hybrid_slow_start_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
interface.go congestion: rename OnPacketLost to OnCongestionEvent 2023-09-11 21:14:53 +07:00
pacer.go utils: switch to standard library min and max functions (#4218) 2023-12-27 21:19:13 -08:00
pacer_test.go congestion: don't use floating point math when calculating pacing times (#4148) 2023-10-31 02:21:42 -07:00