decred / dcrlnd

Decred Lightning Network Daemon ⚡️
MIT License
36 stars 24 forks source link

peer: Add stall detection and disconnection #162

Closed matheusd closed 2 years ago

matheusd commented 2 years ago

This adds stall detection with a subsequent disconnection in writer loop of the node. This is useful in detecting scenarios where the local peer stalled due to (for example) being previously suspended.