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.
dnl Process this file with autoconf to produce a configure script.
-dnl $Id: configure.in,v 1.20 2003/08/24 20:38:18 guus Exp $
+dnl $Id: configure.in,v 1.21 2003/08/24 20:50:30 guus Exp $
AC_PREREQ(2.57)
AC_INIT(src/tincd.c)
-AM_INIT_AUTOMAKE(tinc, 1.0-cvs)
+AM_INIT_AUTOMAKE(tinc, 2.0-cvs)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE