From: Guilherme Maciel Ferreira Date: Sat, 19 Nov 2011 16:58:21 +0000 (-0200) Subject: TODO: move DNS library to its own project. X-Git-Tag: v1.2~7 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=fa68d0913ed347ca912a086905b2bdc0d33a75d0;p=pingcheck TODO: move DNS library to its own project. --- diff --git a/TODO b/TODO index 79fad50..b728f95 100644 --- 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.