iroh_net

Module netcheck

Source
👎Deprecated: This crate has been renamed from ‘iroh-net’ to ‘iroh’, please use the new crate
Expand description

Checks the network conditions from the current host.

Netcheck is responsible for finding out the network conditions of the current host, like whether it is connected to the internet via IPv4 and/or IPv6, what the NAT situation is etc.

Based on https://github.com/tailscale/tailscale/blob/main/net/netcheck/netcheck.go

Structs§

ClientDeprecated
Client to run netchecks.
MetricsDeprecated
Enum of metrics for the module
RelayLatenciesDeprecated
Latencies per relay node.
ReportDeprecated
A netcheck report.