Skip to content

Commit

Permalink
MOD: init the threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hulk committed Mar 9, 2020
1 parent 445a17f commit 99f98e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tcpkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ void init_options(struct options *opts) {
opts->print_usage = 0;
opts->print_version = 0;
opts->protocol = ProtocolRaw;
opts->threshold = 0;
opts->stats_port = 33333;
}

Expand Down

0 comments on commit 99f98e4

Please sign in to comment.