summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/sctp_constants.h')
-rw-r--r--sys/netinet/sctp_constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h
index 8c623aa..b695d81 100644
--- a/sys/netinet/sctp_constants.h
+++ b/sys/netinet/sctp_constants.h
@@ -490,8 +490,8 @@ __FBSDID("$FreeBSD$");
*/
#define SCTP_DEFAULT_MBUFS_IN_CHAIN 5
-/* How long a cookie lives in seconds */
-#define SCTP_DEFAULT_COOKIE_LIFE 60
+/* How long a cookie lives in milli-seconds */
+#define SCTP_DEFAULT_COOKIE_LIFE 60000
/* resource limit of streams */
#define MAX_SCTP_STREAMS 2048
OpenPOWER on IntegriCloud