Skip to content

Commit 3fbc6af

Browse files
authored
Merge pull request bitcoin#735 from Coding-Enthusiast/patch-1
bip-0159: Fix NODE_NETWORK_LIMITED threshold
2 parents 135ca1a + 6c99f7a commit 3fbc6af

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)