menu
dart_libp2p package
documentation
p2p/protocol/holepunch/service.dart
IncomingHolePunchResult
IncomingHolePunchResult.new constructor
IncomingHolePunchResult.new constructor
dark_mode
light_mode
IncomingHolePunchResult
constructor
IncomingHolePunchResult
(
int
rtt
,
List
<
MultiAddr
>
remoteAddrs
,
List
<
MultiAddr
>
ownAddrs
)
Implementation
IncomingHolePunchResult(this.rtt, this.remoteAddrs, this.ownAddrs);
dart_libp2p package
documentation
p2p/protocol/holepunch/service
IncomingHolePunchResult
IncomingHolePunchResult.new constructor
IncomingHolePunchResult class