浏览代码

doc: update TODOs on arch/p2p-network.md

lunar-mining 2 年之前
父节点
当前提交
42edf060d2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      doc/src/arch/p2p-network.md

+ 2 - 2
doc/src/arch/p2p-network.md

@@ -207,8 +207,8 @@ addresses, append them to the whitelist. [STATUS: COMPLETE]
 
 
 * Create a new list in `hosts.rs` called `anchorlist`. `OutboundSession`
 * Create a new list in `hosts.rs` called `anchorlist`. `OutboundSession`
 first tries to connect to address in the `anchorlist` on `start()`. [STATUS:
 first tries to connect to address in the `anchorlist` on `start()`. [STATUS:
-TODO]
+COMPLETE]
 
 
 * Call ping_node() on idle connections. If they do not respond, drop the
 * Call ping_node() on idle connections. If they do not respond, drop the
 associated connection and select a new peer from the whitelist. [STATUS:
 associated connection and select a new peer from the whitelist. [STATUS:
-TODO]
+EVALUATE]