Skip to content

Commit ae1479a

Browse files
committed
update release notes after bitcoin#5941
1 parent aa587d4 commit ae1479a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ P2P protocol and network code:
7171
- `200f293` Ignore getaddr messages on Outbound connections.
7272
- `d5d8998` Limit message sizes before transfer
7373
- `aeb9279` Better fingerprinting protection for non-main-chain getdatas.
74+
- `cf0218f` Make addrman's bucket placement deterministic (countermeasure 1 against eclipse attacks, see http://cs-people.bu.edu/heilman/eclipse/)
75+
- `0c6f334` Always use a 50% chance to choose between tried and new entries (countermeasure 2 against eclipse attacks)
76+
- `214154e` Do not bias outgoing connections towards fresh addresses (countermeasure 2 against eclipse attacks)
77+
- `aa587d4` Scale up addrman (countermeasure 6 against eclipse attacks)
7478

7579
Validation:
7680
- `d148f62` Acquire CCheckQueue's lock to avoid race condition

0 commit comments

Comments
 (0)