TODO: move DNS library to its own project.
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 19 Nov 2011 16:58:21 +0000 (14:58 -0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 19 Nov 2011 16:58:21 +0000 (14:58 -0200)
TODO

diff --git a/TODO b/TODO
index 79fad50..b728f95 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,11 +6,14 @@
 
 - QoS-Flags of the ping packets should be configurable.
 
-- Make the log level configurable.
+- Move the DNS Boost library to its own project repository and keep just a
+  reference, like the libi2ncommon.
 
 - In boost-net-dns/network_array.hpp fix the type-punning to enforce better type
   checking. Also allows the optimization -O2 on GCC with strict-aliasing warning.
 
+- Make the log level configurable.
+
 - Make the configuration file reloadable (see bpdyndns).
 
 - Unit Test with boost::test.