Introduce peer requirement announcement. (#156)

This commit is contained in:
Savinda Senevirathne
2020-11-20 16:01:46 +05:30
committed by GitHub
parent beedfb2709
commit fe24ef2388
15 changed files with 144 additions and 70 deletions

View File

@@ -19,6 +19,11 @@ namespace p2p
p2p::handle_peer_close(*this);
}
void peer_comm_session::handle_on_verified()
{
p2p::handle_peer_on_verified(*this);
}
/**
* Returns printable name for the session based on uniqueid (used for logging).
*/