1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-02 15:43:53 +00:00

Merge pull request #568 from jonasschnelli/node_network_limited

Allow to signal both bits and treat them independently
This commit is contained in:
Luke Dashjr
2017-08-09 03:34:34 +00:00
committed by GitHub

View File

@@ -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 ===