lnd.xprv/watchtower/wtclient
Conner Fromknecht 1f86526250
wtclient: add backoff in negotiation when createSession() fails
Currently if the tower hangs up during session negotiation there is no
backoff applied. We add backoff here to avoid excessive CPU/network
utilization during unexpected failures.
2020-11-30 13:08:18 -08:00
..
backup_task_internal_test.go lnwallet: rename DelayKey->ToLocalKey, NoDelayKey->ToRemoteKey 2020-01-06 12:08:01 +01:00
backup_task.go watchtower/blob/justice_kit: add BlobType to JusticeKit struct 2020-09-15 12:43:37 -04:00
candidate_iterator_test.go watchtower/wtclient: extend TowerCandidateIterator to update candidates 2019-07-30 15:13:24 -07:00
candidate_iterator.go watchtower: prevent removal of last tower addr 2020-11-04 15:43:18 -08:00
client_test.go wtclient: schedule ForceQuit first during Stop 2020-11-30 13:08:04 -08:00
client.go wtclient: schedule ForceQuit first during Stop 2020-11-30 13:08:04 -08:00
errors.go multi: fix spelling mistakes 2019-05-04 15:35:37 -07:00
interface.go multi: use timeout field in dialer 2020-09-16 11:50:04 +08:00
log.go watchtower/wtclient/log: adds wtclient logging 2019-03-15 02:30:35 -07:00
session_negotiator.go wtclient: add backoff in negotiation when createSession() fails 2020-11-30 13:08:18 -08:00
session_queue.go watchtower: use ECDH interface for watchtower session 2020-05-20 09:06:57 +02:00
stats.go watchtower/wtclient: extend TowerClient with CRUD operations for towers 2019-07-30 15:18:13 -07:00
task_pipeline.go watchtower/wtclient/task_pipeline: add reliable task aggregator 2019-03-15 02:31:50 -07:00