mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
[Libuv docs](https://docs.libuv.org/en/v1.x/tcp.html) states: > Enable / disable TCP keep-alive. delay is the initial delay in seconds, ignored when enable is zero. But we used std::milli, leading to being off by a factor of 1000.