1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-25 15:09:53 +01:00
eclair/eclair-core
Pierre-Marie Padiou 3b5bba64a3
Send ping if no message received from peer for 30s (#1340)
As long as we receive messages from our peer, we consider it is
online and don't send ping requests. If we don't hear from the
peer, we send pings and expect timely answers, otherwise we'll
close the connection.

This is implemented by scheduling a ping request every 30 seconds,
and pushing it back every time we receive a message from the peer.
2020-03-05 13:07:56 +01:00
..
src Send ping if no message received from peer for 30s (#1340) 2020-03-05 13:07:56 +01:00
eclair-cli Typed amounts (#1088) 2019-08-07 17:37:38 +02:00
pom.xml Release 0.3.3 (#1300) 2020-02-03 11:07:26 +01:00