| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected