radicle-heartwood-lfs/radicle-node
cloudhead a85e7f7442
node: Set TCP_KEEPALIVE on sockets
Ensures dead connections are not kept around longer than necessary.
Note that the ping/pong mechanism is more expensive and checks that the
session is active and healthy, while TCP_KEEPALIVE is lower level,
cheaper, and checks that the connection is still alive.
2024-05-22 14:46:08 +02:00
..
src node: Set TCP_KEEPALIVE on sockets 2024-05-22 14:46:08 +02:00
Cargo.toml node: Set TCP_KEEPALIVE on sockets 2024-05-22 14:46:08 +02:00
build.rs Update radicle crates to 0.9.0 2024-03-26 11:56:27 +01:00