First public commit
[pingcheck] / TODO
1 - TCP ping: Open connection to configurable port (HTTP, SMTP etc.).
2
3 - IPv6 support. Remember to change the addressv4 to address, so both can work at
4   the same time.
5
6 - Make it configurable if an IP should be reached by IPv4only or IPv6only or
7   IPv6first, IPv4first.
8
9 - QoS-Flags of the ping packets should be configurable.
10
11 - Make the log level configurable.
12
13 - In boost-net-dns/network_array.hpp fix the type-punning to enforce better type
14   checking. Also allows the optimization -O2 on GCC with strict-aliasing warning.
15
16 - Make the configuration file reloadable (see bpdyndns).
17
18 - Unit Test with boost::test.
19
20 - Doxygen documentation