radicle-heartwood-lfs/radicle-node/src
Alexis Sellier bf8653b6c2
node: Fix keep-alive delta
By having the keep-alive delta be the same as the ping timeout,
we essentially disconnected peers right after we sent them our
first ping.

This fixes that issue by setting the ping timeout to double the
keep-alive delta.
2023-04-21 16:54:03 +02:00
..
address node: Announce inventory only if it changed 2023-04-14 13:15:52 +02:00
runtime node: Emit event when refs are synced 2023-04-17 16:18:34 +02:00
service node: Reduce log messages when sending messages 2023-04-20 16:32:41 +02:00
test node: Return only remotes that were fetched from 2023-04-17 18:58:56 +02:00
tests node: Delete unsigned refs on fetch 2023-04-19 11:32:46 +02:00
wire node: Return only remotes that were fetched from 2023-04-17 18:58:56 +02:00
worker node: Delete unsigned refs on fetch 2023-04-19 11:32:46 +02:00
address.rs Remove unused type 2022-10-18 12:37:01 +02:00
bounded.rs node: Complete the "relay" seed test 2023-02-14 20:31:40 +01:00
control.rs node: Remove `Handle::inventory` method 2023-03-15 12:59:49 +01:00
deserializer.rs node: Implement protocol multiplexing 2023-04-10 14:41:55 +02:00
lib.rs node: Announce inventory only if it changed 2023-04-14 13:15:52 +02:00
logger.rs Rust 1.67 2023-02-04 19:30:29 +01:00
main.rs node: Fix log output in `--help` 2023-04-20 16:32:41 +02:00
runtime.rs node: Set git-daemon keep-alive 2023-04-14 13:15:52 +02:00
service.rs node: Fix keep-alive delta 2023-04-21 16:54:03 +02:00
signals.rs node: Handle `SIGINT` and `SIGTERM` properly 2023-02-14 13:28:16 +01:00
test.rs node: Create shared test environment 2023-02-07 10:46:12 +01:00
tests.rs node: Return only remotes that were fetched from 2023-04-17 18:58:56 +02:00
wire.rs node: Implement protocol multiplexing 2023-04-10 14:41:55 +02:00
worker.rs node: Return only remotes that were fetched from 2023-04-17 18:58:56 +02:00