diff options
Diffstat (limited to 'net/sctp/protocol.c')
-rw-r--r-- | net/sctp/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index 1ab03a27a76e..5692ef5485d3 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c | |||
@@ -1049,7 +1049,7 @@ SCTP_STATIC __init int sctp_init(void) | |||
1049 | sctp_rto_beta = SCTP_RTO_BETA; | 1049 | sctp_rto_beta = SCTP_RTO_BETA; |
1050 | 1050 | ||
1051 | /* Valid.Cookie.Life - 60 seconds */ | 1051 | /* Valid.Cookie.Life - 60 seconds */ |
1052 | sctp_valid_cookie_life = 60 * HZ; | 1052 | sctp_valid_cookie_life = SCTP_DEFAULT_COOKIE_LIFE; |
1053 | 1053 | ||
1054 | /* Whether Cookie Preservative is enabled(1) or not(0) */ | 1054 | /* Whether Cookie Preservative is enabled(1) or not(0) */ |
1055 | sctp_cookie_preserve_enable = 1; | 1055 | sctp_cookie_preserve_enable = 1; |