CNodeOptions

Per-connection options passed when constructing a CNode.

Synopsis

Declared in <net.h>

struct CNodeOptions;

Data Members

NameDescription
i2p_sam_session I2P SAM session owning this connection, if it is a transient I2P session.
permission_flags Permission flags to grant this peer.
prefer_evict Whether this peer is preferred for eviction.
proxy_override Proxy to use for this connection, overriding the global proxy selection.
recv_flood_size Receive buffer size at which the connection is paused, in bytes.
use_v2transport Whether to use the BIP324 v2 transport for this connection.