Commit graph

4 commits

Author SHA1 Message Date
Marten Seemann
6b9921bbfc
refactor connection timer logic (#4927) 2025-01-28 05:08:05 +01:00
Marten Seemann
f41a6a644d
migrate the connection tests away from Ginkgo (#4823) 2025-01-06 14:48:11 +08:00
Marten Seemann
870fbe7ab0 migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
Marten Seemann
ee013d9d23
use a monotonous timer for the connection (#3570)
There's no point in having the timer fire multiple times for the same
timestamp. By using a monotonuos timer we avoid busy-looping in cases where the
timer fires, but we can't actually send a packet.
2022-10-11 05:36:10 -07:00