aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-04-01 16:48:23 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-04-01 16:48:23 +0200
commitae1479a114c71c140ef6c00a4452d2b5f300cb7a (patch)
treefffe3ec6637ed73a87563e614814db8504b4fd50
parentaa587d4cae0b82d59677b7fe8aab1b09cc7c04be (diff)
downloadbitcoin-ae1479a114c71c140ef6c00a4452d2b5f300cb7a.tar.xz
update release notes after #5941
-rw-r--r--doc/release-notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 1e9e0581aa..08d7beec0d 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -71,6 +71,10 @@ P2P protocol and network code:
- `200f293` Ignore getaddr messages on Outbound connections.
- `d5d8998` Limit message sizes before transfer
- `aeb9279` Better fingerprinting protection for non-main-chain getdatas.
+- `cf0218f` Make addrman's bucket placement deterministic (countermeasure 1 against eclipse attacks, see http://cs-people.bu.edu/heilman/eclipse/)
+- `0c6f334` Always use a 50% chance to choose between tried and new entries (countermeasure 2 against eclipse attacks)
+- `214154e` Do not bias outgoing connections towards fresh addresses (countermeasure 2 against eclipse attacks)
+- `aa587d4` Scale up addrman (countermeasure 6 against eclipse attacks)
Validation:
- `d148f62` Acquire CCheckQueue's lock to avoid race condition