Class AddressV2Message


  • public class AddressV2Message
    extends AddressMessage

    Represents an "addrv2" message on the P2P network, which contains broadcast IP addresses of other peers. This is one of the ways peers can find each other without using the DNS or IRC discovery mechanisms. However storing and using addrv2 messages is not presently implemented.

    See BIP155 for details.

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