Message to require sudo access to open raw sockets.
[pingcheck] / ChangeLog
CommitLineData
768d0eaf
GMF
1v1.1 - 2011-08-26 - TCP ping
2---------------------------------
3 - TCP ping throught ACK/RST segments at configurable transport layer port;
4 - Improvement of MessagePayload class with append(), also a 32 bits versions of
5 encode() and decode() methods;
6
7
8v1.0 - 2011-07-30 - ICMP ping
9---------------------------------
10 - Released the first version of pingcheck with support to a basic ICMP ping
11 through Echo Request, Echo Reply and Destination Unreachable packets;
12 - DNS resolver for IPv4 addresses through Andreas Haberstroh's Boost DNS
13 library;
14 - Caching of DNS resolved addresses until its time-to-live expires, which will
15 cause another query;
16 - The list of host to ping can be provided by a configuration file or by
17 command line;
18 - Using libi2ncommon for logging services;