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