From 7d0e4914af331f3e8e7fef439a0866883d4c3666 Mon Sep 17 00:00:00 2001 From: x Date: Sun, 22 Oct 2023 14:12:24 +0200 Subject: [PATCH] doc/book: p2p net policy --- doc/src/architecture/p2p-network.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/src/architecture/p2p-network.md b/doc/src/architecture/p2p-network.md index f9e201087..0ac4ed959 100644 --- a/doc/src/architecture/p2p-network.md +++ b/doc/src/architecture/p2p-network.md @@ -107,3 +107,10 @@ Core protocols should be modeled and analyzed with DoS protections added. Below * Also loops can cause an issue if triggered by the network. This should be carefully analyzed and flattened if possible, otherwise they should be guarded against attack. +### Customizable Policy + +Apps should be able to configure: + +* Reject hosts, for example based off current overall resource utilization or the host addr. +* Accounting abstraction for scoring connections. +