Browse Source

contribute doc: add refs for p2p resource manager and conn algo to find more info.

x 2 years ago
parent
commit
959b9f0871
1 changed files with 3 additions and 1 deletions
  1. 3 1
      doc/src/dev/contribute.md

+ 3 - 1
doc/src/dev/contribute.md

@@ -50,8 +50,10 @@ or need to be maintained:
 * **p2p Network:** this is a good place to start reviewing the code and suggesting improvements.
 * **p2p Network:** this is a good place to start reviewing the code and suggesting improvements.
   For example maintaining network resiliency. You can also look at apps like darkirc, and the event graph subsystem,
   For example maintaining network resiliency. You can also look at apps like darkirc, and the event graph subsystem,
   and see how to make them more reliable. See also the task manager tau.
   and see how to make them more reliable. See also the task manager tau.
-    * Implement resource manager.
+    * Implement resource manager. See its implementation in libp2p for inspiration.
     * Improve hosts strategy using a white list, grey list and black list.
     * Improve hosts strategy using a white list, grey list and black list.
+      See [p2p Network: Common Mitigations](arch/p2p-network.md#common-mitigations) item called
+      *White, gray and black lists*.
 * Harder **crypto** tasks:
 * Harder **crypto** tasks:
     * DAO note verifiable encryption
     * DAO note verifiable encryption
     * Generalize DAO proposals by committing to a set of coins rather than a single one.
     * Generalize DAO proposals by committing to a set of coins rather than a single one.