Configuration options used to start a CConnman.
Synopsis
Declared in <net.h>
struct Options;
Data Members
Name |
Description |
True if the user did not specify ‐bind= or ‐whitebind= and thus we should bind on |
|
Manually added nodes (‐addnode). |
|
Ban manager used to reject banned peers. |
|
Whether to capture messages to disk (for debugging). |
|
Percentage of inbound slots reserved for full‐relay peers. |
|
Whether to accept incoming I2P connections. |
|
Service flags we advertise to peers. |
|
Maximum number of automatic connections (excludes manual, includes inbound). |
|
Message processing interface (peer manager). |
|
Timeout for establishing a peer connection, in seconds. |
|
Explicitly specified outgoing connection targets (‐connect). |
|
Whether to use the address manager to select outgoing peers. |
|
Maximum number of bytes to upload per cycle (0 = unlimited). |
|
Receive buffer size at which a connection is paused, in bytes. |
|
Maximum send buffer size per connection, in bytes. |
|
Addresses designated for incoming Tor (onion) connections. |
|
Interface used to notify the UI about node events. |
|
Addresses to bind for incoming connections. |
|
Seed node addresses to connect to. |
|
Addresses to bind with associated whitelist permissions. |
|
Whitelisted ranges for incoming connections. |
|
Whitelisted ranges for outgoing connections. |
|
Whether to grant 'forcerelay' permission to whitelisted peers. |
|
Whether to grant 'relay' permission to whitelisted peers. |
Created with MrDocs