From 87246521e6f2af9207864e03121574c3960d022e Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Mon, 20 Feb 2012 23:24:17 -0200 Subject: [PATCH] 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 --- TODO | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) 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. -- 1.7.1