summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2017-08-09 03:34:34 +0000
committerGitHub <noreply@github.com>2017-08-09 03:34:34 +0000
commitf7f317f0f07fac2d158ba5d540c50f5a69335071 (patch)
tree8cb0d872143cc407c68af7292b746835c30e316b
parent7b5d0b2cbc5788c9067aa4b4c90d9db53f17dc8a (diff)
parentf1e884b75acb577a2aecb3f29323c767595efaf8 (diff)
downloadbips-f7f317f0f07fac2d158ba5d540c50f5a69335071.tar.xz
Merge pull request #568 from jonasschnelli/node_network_limited
Allow to signal both bits and treat them independently
-rw-r--r--bip-0159.mediawiki2
1 files changed, 0 insertions, 2 deletions
diff --git a/bip-0159.mediawiki b/bip-0159.mediawiki
index 91e7828..0ca8aa9 100644
--- a/bip-0159.mediawiki
+++ b/bip-0159.mediawiki
@@ -36,8 +36,6 @@ This BIP proposes two new service bits
| NODE_NETWORK_LIMITED_HIGH || bit 11 (0x800) || If signaled, the peer <I>MUST</i> be capable of serving at least the last 1152 blocks (~8 days)
|}
-The required behaviour when signaling both bits (<code>NODE_NETWORK_LIMITED_LOW & NODE_NETWORK_LIMITED_HIGH</code>) is currently undefined.
-
A safety buffer of additional 144 blocks to handle chain reorganizations <I>SHOULD</I> be taken into account when connecting to a peer signaling <code>NODE_NETWORK_LIMITED_*</code> service bits.
=== Address relay ===