From: Guilherme Maciel Ferreira Date: Tue, 21 Feb 2012 01:24:17 +0000 (-0200) Subject: Not implemented according to the message: X-Git-Tag: v1.3~5 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=87246521e6f2af9207864e03121574c3960d022e;p=pingcheck Not implemented according to the message: From: Thomas Jarosch To: guilherme.maciel.ferreira@gmail.com Subject: Re: DNS library Date: Mon, 12 Dec 2011 11:12:55 +0100 Hi Guilherme, On Friday, 9. December 2011 19:24:49 you wrote: > What do you think is the best approach to include the DNS library in > the pingcheck? Once it is just headers, do you think I must make the > DNS library install its header somewhere and search them in the > pingcheck build process, or do you know a better approach? I'd say we keep the current approach with the in-tree files: pingcheck is currently the only project at Intra2net that relies on boost::net::dns. So building is easier with less external dependencies. The situation will change as soon as another project uses it, too. Cheers, Thomas --- diff --git a/TODO b/TODO index dfffa94..fc69635 100644 --- a/TODO +++ b/TODO @@ -14,9 +14,6 @@ - QoS-Flags of the ping packets should be 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.