Sophie

Sophie

distrib > Mandriva > cooker > i586 > by-pkgid > 39b0b5802fe4f14a7d60be4a5cf06964 > files > 3

hping2-2.0.0-0.rc3.12.src.rpm

diff -Nurp hping2-rc3/waitpacket.c hping2-rc3-fix/waitpacket.c
--- hping2-rc3/waitpacket.c	2002-12-13 17:01:57.000000000 +0200
+++ hping2-rc3-fix/waitpacket.c	2005-08-14 14:47:28.000000000 +0300
@@ -499,7 +499,7 @@ found:
 	printf("  TCP timestamp: tcpts=%u\n", tstamp);
 	if (last_tstamp && !opt_waitinusec) {
 		int tsdiff = (tstamp - last_tstamp) / sending_wait;
-		int hz_set[] = { 2, 10, 100, 1000, 0 };
+		int hz_set[] = { 2, 10, 100, 250, 1000, 0 };
 		int hzdiff = -1;
 		int hz = 0, sec;
 		int days, hours, minutes;