From 7463d259e14676846f0b43e2b5f2af3faf688cb4 Mon Sep 17 00:00:00 2001 From: Amiti Uttarwar Date: Sun, 30 Jul 2023 14:32:32 -0700 Subject: [PATCH] doc: Add release note --- doc/release-notes-27213.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/release-notes-27213.md diff --git a/doc/release-notes-27213.md b/doc/release-notes-27213.md new file mode 100644 index 00000000000..3b478f11b79 --- /dev/null +++ b/doc/release-notes-27213.md @@ -0,0 +1,8 @@ +P2P and network changes +------ + +- Nodes with multiple reachable networks will actively try to have at least one + outbound connection to each network. This improves individual resistance to + eclipse attacks and network level resistance to partition attacks. Users no + longer need to perform active measures to ensure being connected to multiple + enabled networks.