Module ipv4_addr_src

Source
Expand description

Trait and structs that help a DHT node to figure out what its globally-routable external IPv4 address is.

Structs§

IPV4Consensus
An IPV4Source that takes a certain number of “votes” from other nodes on the network to make its decision.
StaticIPV4AddrSource
An IPV4AddrSource that always returns the same thing

Traits§

IPV4AddrSource
Represents an object with methods for figuring out the DHT node’s external IPv4 address