menu
dart_libp2p package
documentation
p2p/protocol/circuitv2/relay/resources.dart
Resources
removeReservation method
removeReservation method
dark_mode
light_mode
removeReservation
method
void
removeReservation
(
PeerId
peer
)
Removes a reservation for a peer.
Implementation
void removeReservation(PeerId peer) { _reservations--; }
dart_libp2p package
documentation
p2p/protocol/circuitv2/relay/resources
Resources
removeReservation method
Resources class