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

[net] Remove assert(nMaxInbound > 0) #2682

Merged
merged 1 commit into from
Dec 14, 2021

Commits on Dec 13, 2021

  1. [net] Remove assert(nMaxInbound > 0)

    nMaxInbound might very well be 0 or -1, if the user prefers to keep
    a small number of maxconnections.
    
    Note: nMaxInbound of -1 means that the user set maxconnections
    to 8 or less, but we still want to keep an additional slot for
    the feeler connection.
    MarcoFalke authored and furszy committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    72dfebb View commit details
    Browse the repository at this point in the history