Marten Seemann
|
58cedf7a4f
|
rename module, adjust import paths to quic-go/quic-go (#3680)
|
2023-01-21 19:53:57 -08:00 |
|
Marten Seemann
|
43bde14cf7
|
implement generic Min and Max functions
|
2022-08-10 14:59:05 +02:00 |
|
Marten Seemann
|
91a314258d
|
use the actual maximum packet size in the pacer
|
2021-03-03 12:00:14 +08:00 |
|
Marten Seemann
|
33d058f4ee
|
fix interpretation of time.Time{} as a pacing deadline
The pacer returns the zero value of time.Time when a packet can be sent
immediately. The session uses the zero value to unset the pacing
deadline.
|
2021-01-16 13:35:21 +08:00 |
|
Marten Seemann
|
fda00fe1cd
|
use a slightly higher bandwidth for the pacer
|
2020-06-22 14:31:37 +07:00 |
|
Marten Seemann
|
312b8d37f0
|
use a callback to pass the bandwidth to the pacer
|
2020-06-22 14:31:37 +07:00 |
|
Marten Seemann
|
467e553f2b
|
limit the pacing duration to the minimum pacing delay
|
2020-06-22 14:31:37 +07:00 |
|
Marten Seemann
|
4163c255e8
|
implement a basic token bucket pacing algoritm
|
2020-06-22 14:31:37 +07:00 |
|