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

disable holdoff for reconnect on timeout or link failure #538

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anphsw
Copy link
Contributor

@anphsw anphsw commented Dec 12, 2024

This PR will cover cases where connection must be reestablished as fast as possible to descrease network downtime:

  • connect time expired (ex: connection time limit for billing purposes or dynamic IP change)
  • user request (ex: ISP peer shutting down and we must reconnect to another available in pool)
  • connection lost (ex: we got cable disconnection or packet loss for a few seconds)

@Neustradamus
Copy link
Member

@paulusmack: Have you seen this @anphsw PR?

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

Successfully merging this pull request may close these issues.

2 participants