Skip to content

Commit 6c99f7a

Browse files
bip-0159: Fix NODE_NETWORK_LIMITED threshold
The threshold seems to be 288 (2 * 144). https://github.com/jonasschnelli/bitcoin/blob/de74c625833bba8d8171a2d0dd6ede2e9d5da88b/src/validation.h#L207
1 parent 4c668c4 commit 6c99f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0159.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Full nodes following this BIP <I>SHOULD</I> relay address/services (<code>addr</
4242

4343
=== Counter-measures for peer fingerprinting ===
4444

45-
Peers may have different prune depths (depending on the peers configuration, disk space, etc.) which can result in a fingerprinting weakness (finding the prune depth through getdata requests). NODE_NETWORK_LIMITED supporting peers <I>SHOULD</I> avoid leaking the prune depth and therefore not serve blocks deeper than the signaled <code>NODE_NETWORK_LIMITED</code> threshold (244 blocks).
45+
Peers may have different prune depths (depending on the peers configuration, disk space, etc.) which can result in a fingerprinting weakness (finding the prune depth through getdata requests). NODE_NETWORK_LIMITED supporting peers <I>SHOULD</I> avoid leaking the prune depth and therefore not serve blocks deeper than the signaled <code>NODE_NETWORK_LIMITED</code> threshold (288 blocks).
4646

4747
=== Risks ===
4848

0 commit comments

Comments
 (0)