mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-24 22:58:23 +01:00
We had a delay mechanism before re-enabling reconnected channels to avoid creating frequent channel updates on flappy connections and flooding the network with unnecessary gossip. We don't need this protection for private channels since they're not gossiped to the rest of the network. And in the case of private channels to mobile wallets, we don't want to add any delay, otherwise the reconnected channel will not be in the router's graph and we'll have issues routing payments to that wallet (especially if they quickly disconnect, before our 10-seconds delay). |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |