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.
What
Closes: #176
This PR implements the following changes:
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.inbound_server
fn.