From cf8df17571d4147b5e8e47abb311220b9b2805c2 Mon Sep 17 00:00:00 2001 From: Guillaume Bury Date: Thu, 19 Jul 2012 18:11:29 +0200 Subject: [PATCH] TODO --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO b/TODO index 59830d8..f48fa18 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,6 @@ To be done : + Add options to start udp server, tcp server or both + use the server as a bootstrap node Use an algorithm to choose which connections to keep and/or establish @@ -24,6 +26,12 @@ To be done : Handle LAN internally in order not to have catastrophic results .... To be discussed: + G : Database structure for bith vifibnet and registry have been changed. + Index is now always on the prefix ( there is no id anymore ). And + the (ip, port, proto) tuples have been replaced with addresses : + it is a list of ip, port, proto, that way a peer can announce + different (port, proto) combination. + G, J : To get traffic stats ( bytes in/out ), you can use /sys/class/net/interface/statistics/rx_bytes, etc... or /proc/net/dev/snmp6/interface ( all in one file ). This can be enough -- 2.25.1