summaryrefslogtreecommitdiff
path: root/bip-0159.mediawiki
diff options
context:
space:
mode:
authorCoding Enthusiast <CodingEnthusiast@protonmail.com>2018-10-28 07:01:19 +0330
committerGitHub <noreply@github.com>2018-10-28 07:01:19 +0330
commit6c99f7a3efa86b995fa73156cf2af73b497d5c3a (patch)
tree2c4c64340756cc039e5de990770279050d48f42f /bip-0159.mediawiki
parent4c668c43e963b1344bbc1d58b3874d12e53bb96f (diff)
downloadbips-6c99f7a3efa86b995fa73156cf2af73b497d5c3a.tar.xz
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
Diffstat (limited to 'bip-0159.mediawiki')
-rw-r--r--bip-0159.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0159.mediawiki b/bip-0159.mediawiki
index a2c71e1..0226692 100644
--- a/bip-0159.mediawiki
+++ b/bip-0159.mediawiki
@@ -42,7 +42,7 @@ Full nodes following this BIP <I>SHOULD</I> relay address/services (<code>addr</
=== Counter-measures for peer fingerprinting ===
-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).
+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).
=== Risks ===