]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
increased default unknownhosts #92 #132 #130
authorR.E. Wolff <R.E.Wolff@BitWizard.nl>
Tue, 9 Aug 2016 15:30:40 +0000 (17:30 +0200)
committerR.E. Wolff <R.E.Wolff@BitWizard.nl>
Tue, 9 Aug 2016 15:31:36 +0000 (17:31 +0200)
(I give in).

mtr.c

diff --git a/mtr.c b/mtr.c
index 608142164f8c2be30e009425d3cb3d328710e89b..8e7245116abff153338fa716b2aa8f7b53cdbffe 100644 (file)
--- 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 */