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

Figure out rebroadcasting / RBF strategy #22

Closed
tnull opened this issue Sep 22, 2022 · 1 comment · Fixed by #205
Closed

Figure out rebroadcasting / RBF strategy #22

tnull opened this issue Sep 22, 2022 · 1 comment · Fixed by #205
Milestone

Comments

@tnull
Copy link
Collaborator

tnull commented Sep 22, 2022

Currently we just panic on broadcasting failure, we should figure out a good rebroadcasting strategy and implement it.

@tnull
Copy link
Collaborator Author

tnull commented Jan 4, 2023

In order to accommodate unreliable network connections, we probably should cache any failed broadcasts and only drop them after they have been retried a couple of times (with exponential back-off).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant