]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Increased max probes
authorR.E. Wolff <R.E.Wolff@BitWizard.nl>
Fri, 18 Apr 2025 07:47:55 +0000 (09:47 +0200)
committerR.E. Wolff <R.E.Wolff@BitWizard.nl>
Fri, 18 Apr 2025 07:47:55 +0000 (09:47 +0200)
packet/probe.h

index 5a5dc3af0acdeac7e6eaef0f02aa9bda75450711..d0ab0cfdaebe9cb5b96650e6043d08dbf6c57a5b 100644 (file)
@@ -34,7 +34,7 @@
 #include "probe_unix.h"
 #endif
 
-#define MAX_PROBES 1024
+#define MAX_PROBES 10240
 
 /*  Use the "jumbo" frame size as the max packet size  */
 #define PACKET_BUFFER_SIZE 9000