Set duplicate-packets default to match the help
Help text says that the duplicate-packets default is 0, so set it also to be the default.
This commit is contained in:
parent
1f373a5928
commit
16f2319174
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ impl Config {
|
|||
directory: env::current_dir().unwrap_or_else(|_| env::temp_dir()),
|
||||
single_port: false,
|
||||
read_only: false,
|
||||
duplicate_packets: 1,
|
||||
duplicate_packets: 0,
|
||||
overwrite: false,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue