uquic/internal/congestion
2023-06-03 00:26:30 -07: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 rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
cubic_sender.go pass the current timestamp to the pacer instead of calling time.Now() (#3824) 2023-06-03 00:26:30 -07:00
cubic_sender_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08: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 rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -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 pass the current timestamp to the pacer instead of calling time.Now() (#3824) 2023-06-03 00:26:30 -07:00
pacer.go congestion: fix overflow when calculating the pacing budget (#3796) 2023-05-01 05:32:20 -07:00
pacer_test.go congestion: fix overflow when calculating the pacing budget (#3796) 2023-05-01 05:32:20 -07:00