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

Method trigger_p2p_network_connect_loop

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

Source from the content-addressed store, hash-verified

980 }
981
982 void node_impl::trigger_p2p_network_connect_loop()
983 {
984 VERIFY_CORRECT_THREAD();
985 dlog( "Triggering connect loop now" );
986 _potential_peer_database_updated = true;
987 //if( _retrigger_connect_loop_promise )
988 // _retrigger_connect_loop_promise->set_value();
989 }
990
991 bool node_impl::have_already_received_sync_item( const item_hash_t& item_hash )
992 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected