Update TODO file
[pingcheck] / TODO
1 Wish List
2 =======================================
3 - TCP ping: Open connection to configurable port (HTTP, SMTP etc.).
4
5 - IPv6 support. Remember to change the addressv4 to address, so both can work at
6   the same time.
7
8 - Make it configurable if an IP should be reached by IPv4only or IPv6only or
9   IPv6first, IPv4first.
10
11 - QoS-Flags of the ping packets should be configurable.
12
13 - Implement a factory method to create the Pingers objects. Something like:
14   smart_ptr<Pinger> pinger_ptr = PingerCreator::create(PingerCreator::Boost)
15
16 - Unit Test with boost::test.
17
18 - Execute a libt2n call if XX hosts are down instead of a script.
19
20 - Make the configuration file reloadable (see bpdyndns).
21
22 TODO
23 =======================================
24 - Make the log level configurable.
25
26 - In boost-net-dns/network_array.hpp fix the type-punning to enforce better type
27   checking. Also allows the optimization -O2 on GCC with strict-aliasing warning.
28
29 Known Bugs
30 =======================================
31 - Ping to 127.0.0.1 doesn't work
32   (unknown ICMP reply)