From 770bb1040103107dd32715168e582c22afc238a8 Mon Sep 17 00:00:00 2001 From: Patryk Cieszkowski Date: Fri, 24 Jun 2022 15:37:02 +0000 Subject: [PATCH] ref: increase max-ttl to 30 --- src/command/mtr-command.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/mtr-command.ts b/src/command/mtr-command.ts index 21df0b37..5b4ef2bd 100644 --- a/src/command/mtr-command.ts +++ b/src/command/mtr-command.ts @@ -43,7 +43,7 @@ export const mtrCmd = (options: MtrOptions): ExecaChildProcess => { '--show-ips', ['--interval', '0.5'], ['--gracetime', '3'], - ['--max-ttl', '20'], + ['--max-ttl', '30'], ['--timeout', '15'], protocolArg ? `--${protocolArg}` : [], ['-c', packetsArg],