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 |
|
Marten Seemann
|
18c591c75a
|
utils: use time.Duration.Abs (#4217)
This function was added in Go 1.19, and covers some corner cases that
our custom implementation didn't.
|
2023-12-27 20:49:47 -08:00 |
|
Marten Seemann
|
870fbe7ab0
|
migrate to Ginkgo v2
|
2022-10-11 16:38:44 +04:00 |
|
Marten Seemann
|
43bde14cf7
|
implement generic Min and Max functions
|
2022-08-10 14:59:05 +02:00 |
|
Marten Seemann
|
424325af58
|
rename utils.Min to utils.MinInt
|
2022-08-10 14:59:05 +02:00 |
|
Marten Seemann
|
2ea21b7b16
|
rename utils.Max to utils.MaxInt
|
2022-08-10 14:59:05 +02:00 |
|
Marten Seemann
|
27549c5665
|
use the minimum of the two peers' max_idle_timeouts
|
2019-12-11 14:04:33 +04:00 |
|
Marten Seemann
|
a303ad9745
|
always send ACKs in the correct packet number space
|
2019-01-11 11:12:07 +07:00 |
|
Marten Seemann
|
2b97fb41c9
|
switch to a byte-based congestion controller
Chrome removed the packet-based congestion controller and switched to
byte-based as well.
|
2018-05-02 23:45:23 +09:00 |
|
Marten Seemann
|
9ef3a47da5
|
send multiple packets at once, if the pacing delay is very small
This is an optimization to avoid waking of the run loop every couple of
microseconds.
|
2018-01-23 09:13:44 +11:00 |
|
Marten Seemann
|
f1ada87dcf
|
make the protocol package internal
|
2017-08-30 00:19:44 +07:00 |
|
Marten Seemann
|
c0b09c8646
|
make utils an internal package
|
2017-06-09 22:28:40 +02:00 |
|