lnd.xprv/lnpeer
Conner Fromknecht ca358e9673
lnpeer+peer: use importable lnpeer.ErrPeerExiting
As a prepatory step to making gossip replies synchronous, we will move
the ErrPeerExiting error into the lnpeer package so that it can be
imported by the discovery package. With synchronous sends, this error
can now be detected and handled by goroutines in the syncer, and cause
them to exit instead of continue to sending backlogs.
2019-04-26 20:04:49 -07:00
..
errors.go lnpeer+peer: use importable lnpeer.ErrPeerExiting 2019-04-26 20:04:49 -07:00
peer.go peer: add SendMessageLazy 2019-03-05 17:08:22 -08:00