[#NetMsgType-SENDADDRV2] = xref:NetMsgType.adoc[NetMsgType]::SENDADDRV2 :relfileprefix: ../ :mrdocs: The sendaddrv2 message signals support for receiving ADDRV2 messages (BIP155). It also implies that its sender can encode as ADDRV2 and would send ADDRV2 instead of ADDR to a peer that has signaled ADDRV2 support by sending SENDADDRV2. == Synopsis Declared in `<protocol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr char const* SENDADDRV2 = {"sendaddrv2"}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#