From: R.E. Wolff Date: Fri, 18 Apr 2025 07:47:55 +0000 (+0200) Subject: Increased max probes X-Git-Tag: v0.96~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aa50b740f2fd37b039ec621681c04b60e625cce;p=thirdparty%2Fmtr.git Increased max probes --- diff --git a/packet/probe.h b/packet/probe.h index 5a5dc3a..d0ab0cf 100644 --- a/packet/probe.h +++ b/packet/probe.h @@ -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