X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=TODO;h=4c4938e177b3a7478583abaf5cc60898819a142e;hp=4ba698ad8c364cda1f29ba5a4a396ce5058c42d3;hb=9e81a6ab5f50df4f5ca36d5303b91a8d5a0e753e;hpb=9193aee8159ce53b349557ba1ad8ed23111042bb diff --git a/TODO b/TODO index 4ba698ad..4c4938e1 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,14 @@ -Things left to do to make cabal superstable: --------------------------------------------- - * Check for connection loops. Inter-daemon - connections should always satisfy the - tree property. - * Redundancy: multiple ConnectTo lines, if - one fails others might be tried. +TODO LIST + +* Stop using UDP source address as the identifier of the remote tinc daemon. + Use a unique number sent along with ANS_KEY. + +* Efficient multicast support. + +* Check if caches using hash tables speed up route.c. + +* Streamline the meta protocol. Use a binary format? + +* Add (hooks for) a (graphical) frontend, like Pokey. + +* Implement future goals as mentioned on the website.