diff options
author | Christian Pointner <equinox@anytun.org> | 2009-01-06 13:59:02 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-01-06 13:59:02 +0000 |
commit | 72eae8b8e585fbc93f23046b7f10efcb964eddc0 (patch) | |
tree | 10bccba1eeaec43d262b895c2a83d627b8b430c7 /src | |
parent | added passprhrase algorithm for master key and master salt (diff) |
updated manpage
set default value for window size to 0
Diffstat (limited to 'src')
-rw-r--r-- | src/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index 31dc498..c751b36 100644 --- a/src/options.c +++ b/src/options.c @@ -239,7 +239,7 @@ void options_default(options_t* opt) opt->ifconfig_param_local_ = NULL; opt->ifconfig_param_remote_netmask_ = NULL; opt->post_up_script_ = NULL; - opt->seq_window_size_ = 100; + opt->seq_window_size_ = 0; #ifndef NO_CRYPT opt->cipher_ = strdup("aes-ctr"); opt->kd_prf_ = strdup("aes-ctr"); |