diff options
| author | Lee Clagett <code@leeclagett.com> | 2018-12-16 17:57:44 +0000 |
|---|---|---|
| committer | Lee Clagett <code@leeclagett.com> | 2019-01-28 23:56:33 +0000 |
| commit | 973403bc9f54ab0722b67a3c76ab6e7bafbfeedc (patch) | |
| tree | 01f74938dc99a56c5d20840baa9bce66142847ae /src/cryptonote_config.h | |
| parent | 1e5cd3b35a5fdb123788086552a3232a830a7d92 (diff) | |
| download | monzero-core-973403bc9f54ab0722b67a3c76ab6e7bafbfeedc.tar.gz monzero-core-973403bc9f54ab0722b67a3c76ab6e7bafbfeedc.tar.xz monzero-core-973403bc9f54ab0722b67a3c76ab6e7bafbfeedc.zip | |
Adding initial support for broadcasting transactions over Tor
- Support for ".onion" in --add-exclusive-node and --add-peer
- Add --anonymizing-proxy for outbound Tor connections
- Add --anonymous-inbounds for inbound Tor connections
- Support for sharing ".onion" addresses over Tor connections
- Support for broadcasting transactions received over RPC exclusively
over Tor (else broadcast over public IP when Tor not enabled).
Diffstat (limited to 'src/cryptonote_config.h')
| -rw-r--r-- | src/cryptonote_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index 4f652cd42..93db71705 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -108,6 +108,7 @@ #define P2P_DEFAULT_PACKET_MAX_SIZE 50000000 //50000000 bytes maximum packet size #define P2P_DEFAULT_PEERS_IN_HANDSHAKE 250 #define P2P_DEFAULT_CONNECTION_TIMEOUT 5000 //5 seconds +#define P2P_DEFAULT_TOR_CONNECT_TIMEOUT 20 // seconds #define P2P_DEFAULT_PING_CONNECTION_TIMEOUT 2000 //2 seconds #define P2P_DEFAULT_INVOKE_TIMEOUT 60*2*1000 //2 minutes #define P2P_DEFAULT_HANDSHAKE_INVOKE_TIMEOUT 5000 //5 seconds |
