[#NetMsgType-ADDRV2] = xref:NetMsgType.adoc[NetMsgType]::ADDRV2 :relfileprefix: ../ :mrdocs: The addrv2 message relays connection information for peers on the network just like the addr message, but is extended to allow gossiping of longer node addresses (see BIP155). == Synopsis Declared in `<protocol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr char const* ADDRV2 = {"addrv2"}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#