This peer is preferred for eviction.
| 469 | std::string cleanSubVer GUARDED_BY(m_subver_mutex){}; |
| 470 | bool m_prefer_evict{false}; // This peer is preferred for eviction. |
| 471 | bool HasPermission(NetPermissionFlags permission) const { |
| 472 | return NetPermissions::HasFlag(m_permissionFlags, permission); |
| 473 | } |
| 474 | bool fClient{false}; // set by version message |
| 475 | bool m_limited_node{false}; //after BIP159, set by version message |
| 476 | /** fSuccessfullyConnected is set to true on receiving VERACK from the peer. */ |
no outgoing calls