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