From: R.E. Wolff Date: Tue, 9 Aug 2016 15:30:40 +0000 (+0200) Subject: increased default unknownhosts #92 #132 #130 X-Git-Tag: v0.88~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3cfbb9818c12dbbf5d0b5ff52affdede6670450;p=thirdparty%2Fmtr.git increased default unknownhosts #92 #132 #130 (I give in). --- diff --git a/mtr.c b/mtr.c index 6081421..8e72451 100644 --- a/mtr.c +++ b/mtr.c @@ -89,7 +89,7 @@ int fstTTL = 1; /* default start at first hop */ /*int maxTTL = MaxHost-1; */ /* max you can go is 255 hops */ int maxTTL = 30; /* inline with traceroute */ /* end ttl window stuff. */ -int maxUnknown = 5; /* stop send package */ +int maxUnknown = 12; /* stop send package */ /*when larger than this count */ int remoteport = 0; /* for TCP tracing */ int localport = 0; /* for UDP tracing */