menu
dart_libp2p package
documentation
p2p/host/resource_manager/resource_manager_impl.dart
ResourceManagerImpl
clearStickyPeer method
clearStickyPeer method
dark_mode
light_mode
clearStickyPeer
method
void
clearStickyPeer
(
PeerId
peer
)
Implementation
void clearStickyPeer(PeerId peer) { _stickyPeers.remove(peer); }
dart_libp2p package
documentation
p2p/host/resource_manager/resource_manager_impl
ResourceManagerImpl
clearStickyPeer method
ResourceManagerImpl class