doc/book: p2p net policy

This commit is contained in:
x
2023-10-22 14:12:24 +02:00
parent 395451f064
commit 7d0e4914af

View File

@@ -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.