Make the ping-protocol option case insensitive
[pingcheck] / TODO
CommitLineData
5c707e21 1- TCP ping: Open connection to configurable port (HTTP, SMTP etc.).
18229954 2
5c707e21
GMF
3- IPv6 support. Remember to change the addressv4 to address, so both can work at
4 the same time.
18229954 5
5c707e21
GMF
6- Make it configurable if an IP should be reached by IPv4only or IPv6only or
7 IPv6first, IPv4first.
18229954 8
5c707e21
GMF
9- QoS-Flags of the ping packets should be configurable.
10
5c707e21 11- Make the log level configurable.
5c707e21
GMF
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
3bb7e3b9
TJ
16- Make the configuration file reloadable (see bpdyndns).
17
18- Unit Test with boost::test.
b36e94d9
TJ
19
20- Doxygen documentation