The compiled program is now digitally signed for improved security
Release 1.17 - 14 August 2019:
Update: Rebuild with new version number
Release 1.16 - 2 February 2018:
News: Added -S sourceAddress option.
News: Added manifest file for Administrative permission with UAC.
Release 1.14 - October 2006:
News: If Ctrl+C is pressed program print statistics and terminate.
News: If Ctrl+Break is pressed program print statistics but does not terminate.
Update: The program doesnt stop if an error occurs on sending i.e. "Destination Host Unreachable".
Release 1.13 - September 2006:
News: Added Realtime Jitter calculation as described in RFC 1889.
News: Added Timestamp option printed at every received packet.
BugFix: Fixed bug in Jitter calculation.
Jitter Formula
----------------------
tping calculate two different Jitter values. A Real Time value
printed at every received packet and a Statistical value
printed at the end of the program.
The Real Time Jitter value is updated everytime a packet is received
using the formula described in RFC 1889:... read more