Currently the dht has a sync list to stop it from reaping peers we are syncing to.
We should change the dht to use connection handles when deciding to reap a connection or not.
Some services like the metadata service, should have weak references that know we can kill while others like sync, should be stronb blocking reaping.
Currently the dht has a sync list to stop it from reaping peers we are syncing to.
We should change the dht to use connection handles when deciding to reap a connection or not.
Some services like the metadata service, should have weak references that know we can kill while others like sync, should be stronb blocking reaping.