Per‐connection options passed when constructing a CNode.
Synopsis
Declared in <net.h>
struct CNodeOptions;
Data Members
Name |
Description |
I2P SAM session owning this connection, if it is a transient I2P session. |
|
Permission flags to grant this peer. |
|
Whether this peer is preferred for eviction. |
|
Proxy to use for this connection, overriding the global proxy selection. |
|
Receive buffer size at which the connection is paused, in bytes. |
|
Whether to use the BIP324 v2 transport for this connection. |
Created with MrDocs