Class AddressV2Message

All Implemented Interfaces:
Message

public class AddressV2Message extends AddressMessage
Represents an "addrv2" message on the P2P network, which contains broadcast addresses of other peers. This is one of the ways peers can find each other without using the PeerDiscovery mechanism.

See BIP155 for details.

Instances of this class are not safe for use by multiple threads.