menu
dart_libp2p package
documentation
p2p/protocol/holepunch/holepuncher.dart
HolePunchTracer
endHolePunch abstract method
endHolePunch abstract method
dark_mode
light_mode
endHolePunch
abstract method
void
endHolePunch
(
PeerId
peerId
,
Duration
dt
,
Object
?
err
)
Called when a hole punch ends
Implementation
void endHolePunch(PeerId peerId, Duration dt, Object? err);
dart_libp2p package
documentation
p2p/protocol/holepunch/holepuncher
HolePunchTracer
endHolePunch abstract method
HolePunchTracer class