diff options
| author | MarcoFalke <[email protected]> | 2016-10-24 21:38:20 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-10-24 22:12:48 +0200 |
| commit | fa1c3c2eb0a1853ed0e0662fc2bdbca51e05ccf5 (patch) | |
| tree | 1a56a6f182806486569700cd935904f9004365dd /src/init.cpp | |
| parent | Merge #8995: Add missing cs_main lock to ::GETBLOCKTXN processing (diff) | |
| download | discoin-fa1c3c2eb0a1853ed0e0662fc2bdbca51e05ccf5.tar.xz discoin-fa1c3c2eb0a1853ed0e0662fc2bdbca51e05ccf5.zip | |
[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.
Diffstat (limited to 'src/init.cpp')
0 files changed, 0 insertions, 0 deletions