diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2021-06-16 13:24:55 +0200 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2021-06-16 13:58:53 +0200 |
commit | 337114b06eee649b5b2fe75dcbdcd7e5b984bbde (patch) | |
tree | ff0c6eedd6eafb8b1c8d5980f89d2e860ad8a94e /bip-0155.mediawiki | |
parent | 65529b12bb01b9f29717e1735ce4d472ef9d9fe7 (diff) |
BIP155: extra-clarify the semantic of sendaddrv2
Diffstat (limited to 'bip-0155.mediawiki')
-rw-r--r-- | bip-0155.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0155.mediawiki b/bip-0155.mediawiki index 19f92f2..3e7b0d8 100644 --- a/bip-0155.mediawiki +++ b/bip-0155.mediawiki @@ -131,7 +131,7 @@ See the appendices for the address encodings to be used for the various networks ==Signaling support and compatibility== -Introduce a new message type <code>sendaddrv2</code>. Sending such a message indicates that a node can understand and prefers to receive <code>addrv2</code> messages instead of <code>addr</code> messages. I.e. "Send me addrv2". +Introduce a new message type <code>sendaddrv2</code>. Sending such a message indicates that a node can understand and prefers to receive <code>addrv2</code> messages instead of <code>addr</code> messages. I.e. "Send me addrv2". Sending or not sending this message does not imply any preference with respect to receiving unrequested address messages. The <code>sendaddrv2</code> message MUST only be sent in response to the <code>version</code> message from a peer and prior to sending the <code>verack</code> message. |