cuprate-hinto-janai/p2p/p2p
Asurar 967537fae1
P2P: Implement incoming ping request handling over maximum inbound limit (#277)
Implement incoming ping request handling over maximum inbound limit

- If the maximum inbound connection semaphore reach its limit, `inbound_server` fn will
open a tokio task to check if the node wanted to ping us. If it is the case we respond, otherwise
drop the connection.
- Added some documentation to the `inbound_server` fn.
2024-09-09 23:12:06 +01:00
..
src P2P: Implement incoming ping request handling over maximum inbound limit (#277) 2024-09-09 23:12:06 +01:00
Cargo.toml types: add BlockCompleteEntry (#230) 2024-07-16 22:47:50 +01:00