RemoteAddress

case class RemoteAddress(address: NodeAddress) extends InitTlv

When receiving an incoming connection, we can send back the public address our peer is connecting from. This lets our peer discover if its public IP has changed from within its local network.

Source:
Tlv.scala
trait Serializable
trait Product
trait Equals
trait InitTlv
trait Tlv
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product