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

peer+server: add new config option to optionally disable stall detection #1752

Merged
merged 1 commit into from Oct 5, 2021

Commits on Oct 1, 2021

  1. peer+server: add new config option to optionally disable stall detection

    In this commit, we add a new config options that allows one to start
    `btcd` in an operating mode that disables the stall detection. This can
    be useful in simnet/regtest integration tests settings where it's
    important that `btcd` holds on to its possibly sole connection to the
    only other node in the test harness.
    
    A new config flag has been added to gate this behavior, which is off by
    default.
    Roasbeef committed Oct 1, 2021
    Copy the full SHA
    e98a1a1 View commit details
    Browse the repository at this point in the history