summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2018-12-10 15:13:17 +0000
committerGitHub <noreply@github.com>2018-12-10 15:13:17 +0000
commit3fbc6afc0ece5680ba914bb0337ba1c7242822d7 (patch)
tree68f65a4a1e80dc8d16b647361086f55f7b7b21b6
parent135ca1a2f1bafd4e108e947c027662ad6c64011e (diff)
parent6c99f7a3efa86b995fa73156cf2af73b497d5c3a (diff)
downloadbips-3fbc6afc0ece5680ba914bb0337ba1c7242822d7.tar.xz
Merge pull request #735 from Coding-Enthusiast/patch-1
bip-0159: Fix NODE_NETWORK_LIMITED threshold
-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 ===