Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Circuit Breaker #30

Open
neocarmack opened this issue Jan 26, 2021 · 0 comments
Open

Integrate Circuit Breaker #30

neocarmack opened this issue Jan 26, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@neocarmack
Copy link
Member

Background

Circuit breaker allows nodes to protect themselves from being flooded with htlcs. With circuitbreaker a maximum to the number of in-flight htlcS can be set on a per-peer basis. Known and trusted peers for example can be assigned a higher maximum, while a new channel from a previously unseen node may be limited to only a few pending htlcs.

Project intro

Circuit Breaker

TO DO

Assess how to make Circuit Breaker support OmniBOLT channel.

@neocarmack neocarmack self-assigned this Jan 26, 2021
@neocarmack neocarmack added the enhancement New feature or request label Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant