mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Host: Fix guard. Fix acceptor loop when connection count exceeded. Acceptor loop exit on shutdown.
This commit is contained in:
parent
1c78da65ed
commit
3b2fe59a07
@ -224,7 +224,7 @@ public:
|
|||||||
bool inputLimits = false;
|
bool inputLimits = false;
|
||||||
bool bigData = false;
|
bool bigData = false;
|
||||||
bool wallet = false;
|
bool wallet = false;
|
||||||
bool nonetwork = true;
|
bool nonetwork = false;
|
||||||
bool nodag = true;
|
bool nodag = true;
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user