mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Constrain constant values to a single location in code
This commit is contained in:
parent
92aa7311d6
commit
b966aa836a
24 changed files with 118 additions and 78 deletions
|
|
@ -40,7 +40,7 @@ static proxyType proxyInfo[NET_MAX];
|
|||
static proxyType nameProxy;
|
||||
static CCriticalSection cs_proxyInfos;
|
||||
int nConnectTimeout = DEFAULT_CONNECT_TIMEOUT;
|
||||
bool fNameLookup = false;
|
||||
bool fNameLookup = true;
|
||||
|
||||
static const unsigned char pchIPv4[12] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0xff, 0xff };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue