Просмотр исходного кода

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

lunar-mining 2 лет назад
Родитель
Сommit
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`
 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
 associated connection and select a new peer from the whitelist. [STATUS:
-TODO]
+EVALUATE]