MCPcopy Create free account
hub / github.com/bitshares/bitshares-core / accept_connection_task

Method accept_connection_task

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

Source from the content-addressed store, hash-verified

4013 } // node_impl::close()
4014
4015 void node_impl::accept_connection_task( peer_connection_ptr new_peer )
4016 {
4017 VERIFY_CORRECT_THREAD();
4018 new_peer->accept_connection(); // this blocks until the secure connection is fully negotiated
4019 send_hello_message(new_peer);
4020 }
4021
4022 void node_impl::accept_loop()
4023 {

Callers

nothing calls this directly

Calls 1

accept_connectionMethod · 0.80

Tested by

no test coverage detected