Class AddressV1Message


  • public class AddressV1Message
    extends AddressMessage

    Represents an "addr" 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 addr messages is not presently implemented.

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