X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=TODO;h=4c4938e177b3a7478583abaf5cc60898819a142e;hp=d6a6df4455a1c7e09b195233dd3a6275424372a0;hb=9e81a6ab5f50df4f5ca36d5303b91a8d5a0e753e;hpb=013a2e159e42c46808ea8d0b6abd57525db30a50;ds=sidebyside diff --git a/TODO b/TODO index d6a6df44..4c4938e1 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,14 @@ TODO LIST -* Think of new things to do. +* 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.