MCPcopy Create free account
hub / github.com/cryptonomex/graphene / node_configuration

Method node_configuration

libraries/net/node.cpp:227–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 struct node_configuration
226 {
227 node_configuration() : accept_incoming_connections(true), wait_if_endpoint_is_busy(true) {}
228
229 fc::ip::endpoint listen_endpoint;
230 bool accept_incoming_connections;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected