mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +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.