Not implemented according to the message:
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Tue, 21 Feb 2012 01:24:17 +0000 (23:24 -0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Tue, 21 Feb 2012 01:24:17 +0000 (23:24 -0200)
From: Thomas Jarosch <thomas.jarosch@intra2net.com>
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

diff --git a/TODO b/TODO
index dfffa94..fc69635 100644 (file)
--- 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.