Gaukas Wang
|
4973374ea5
|
sync: quic-go 0.42.0
Signed-off-by: Gaukas Wang <i@gaukas.wang>
|
2024-04-23 22:34:55 -06:00 |
|
Gaukas Wang
|
95575f5fe7
|
break: update repo url [ci skip]
uTLS is not yet bumped to the new version, so this commit breaks the dependencies relationship by getting rid of the local replace.
|
2023-08-03 18:58:52 -06:00 |
|
Marten Seemann
|
94829edf35
|
congestion: fix overflow when calculating the pacing budget (#3796)
|
2023-05-01 05:32:20 -07:00 |
|
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 |
|