- Fixed the bug introduced by the previous select loop fix... Thanks
Evgeniy
source: ftp://ftp.bitwizard.nl/mtr/mtr-0.51.tar.gz
WHAT'S NEW?
+
+ v0.51 Fixed the bug introduced by the previous select loop fix...
+ Thanks Evgeniy
+
v0.50 Make "interface address" option work.
Changes to "select" loop to allow window resizes (select
interruption) to work. Thanks Mike!
AC_INIT(mtr.c)
-AM_INIT_AUTOMAKE(mtr, 0.50)
+AM_INIT_AUTOMAKE(mtr, 0.51)
AC_SUBST(GTK_OBJ)
AC_SUBST(CURSES_OBJ)
thistime.tv_usec >= lasttime.tv_usec + intervaltime.tv_usec)) {
lasttime = thistime;
if(NumPing >= MaxPing && !Interactive)
- break;
+ return;
if (net_send_batch())
NumPing++;
}