Skip to content

Commit fccdefa

Browse files
fix: Modify the default repeat value from 3 to 2
1 parent 8120672 commit fccdefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/globvar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct fh_context g_ctx = {.exit = 0,
3939
/* -k */ .killproc = 0,
4040
/* -m */ .fwmark = 0x8000,
4141
/* -n */ .nfqnum = 512,
42-
/* -r */ .repeat = 3,
42+
/* -r */ .repeat = 2,
4343
/* -s */ .silent = 0,
4444
/* -t */ .ttl = 3,
4545
/* -w */ .logpath = NULL,

0 commit comments

Comments
 (0)