Add PeerManager::disconnect_by_node_id()
authorAntoine Riard <ariard@student.42.fr>
Thu, 28 Jan 2021 22:45:36 +0000 (17:45 -0500)
committerAntoine Riard <ariard@student.42.fr>
Mon, 1 Feb 2021 19:13:37 +0000 (14:13 -0500)
This public method allows a client to easily disconnect peers while only
owning its node id. It will clean up peer state and disconnect properly
its descriptor.


No differences found