Browse Source

Merge pull request #568 from jonasschnelli/node_network_limited

Allow to signal both bits and treat them independently
master
Luke Dashjr 8 years ago
committed by GitHub
parent
commit
f7f317f0f0
  1. 2
      bip-0159.mediawiki

2
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) | 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. 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 === === Address relay ===

Loading…
Cancel
Save