This will become 2.0.
This commit is contained in:
parent
013a2e159e
commit
9e81a6ab5f
2 changed files with 14 additions and 3 deletions
13
TODO
13
TODO
|
@ -1,3 +1,14 @@
|
||||||
TODO LIST
|
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.
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
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_PREREQ(2.57)
|
||||||
AC_INIT(src/tincd.c)
|
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_CONFIG_HEADER(config.h)
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue