From fccdefaee20cd2c9d73f1a6f71a9dea7bbb6b6eb Mon Sep 17 00:00:00 2001 From: Mike Wang Date: Sun, 22 Jun 2025 21:08:56 +0800 Subject: [PATCH] fix: Modify the default repeat value from 3 to 2 --- src/globvar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globvar.c b/src/globvar.c index 3a28127..586dd03 100644 --- a/src/globvar.c +++ b/src/globvar.c @@ -39,7 +39,7 @@ struct fh_context g_ctx = {.exit = 0, /* -k */ .killproc = 0, /* -m */ .fwmark = 0x8000, /* -n */ .nfqnum = 512, - /* -r */ .repeat = 3, + /* -r */ .repeat = 2, /* -s */ .silent = 0, /* -t */ .ttl = 3, /* -w */ .logpath = NULL,