summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_constants.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2016-01-16 14:46:27 +0000
committertuexen <tuexen@FreeBSD.org>2016-01-16 14:46:27 +0000
commitd143500d09fde3db70f9e61f03b33b3a4d5e9715 (patch)
treed51f2a128855a1b3bf9c3be7d5f15ae2714f1932 /sys/netinet/sctp_constants.h
parentdd1d6c828098d7c48c98646ca83ccdda2afc8983 (diff)
downloadFreeBSD-src-d143500d09fde3db70f9e61f03b33b3a4d5e9715.zip
FreeBSD-src-d143500d09fde3db70f9e61f03b33b3a4d5e9715.tar.gz
MFC r287294:
Use 5 times RTO.Max as the default for the shutdown guard timer as required by RFC 4960. The sysctl variable can be used to overwrite this.
Diffstat (limited to 'sys/netinet/sctp_constants.h')
-rw-r--r--sys/netinet/sctp_constants.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h
index 135d46c..760c3b4 100644
--- a/sys/netinet/sctp_constants.h
+++ b/sys/netinet/sctp_constants.h
@@ -612,10 +612,6 @@ __FBSDID("$FreeBSD$");
/* 30 seconds + RTO (in ms) */
#define SCTP_HB_DEFAULT_MSEC 30000
-/* Max time I will wait for Shutdown to complete */
-#define SCTP_DEF_MAX_SHUTDOWN_SEC 180
-
-
/*
* This is how long a secret lives, NOT how long a cookie lives how many
* ticks the current secret will live.
OpenPOWER on IntegriCloud