aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_constants.h
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2017-10-14 10:02:59 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2017-10-14 10:02:59 +0000
commit8c8e10b763684442d614bc0eb978fd90789cd2a6 (patch)
tree5095a3a78d1c43c80cb956c03e2b981d0bfc3635 /sys/netinet/sctp_constants.h
parentbf3341233e14616b4f7d3c9ecca0d80a1c131724 (diff)
downloadsrc-8c8e10b763684442d614bc0eb978fd90789cd2a6.tar.gz
src-8c8e10b763684442d614bc0eb978fd90789cd2a6.zip
Code cleanup, not functional change.
This avoids taking a pointer of a packed structure which allows simpler compilation of the userland stack. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=324615
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 56772b34ce0b..fb678e964571 100644
--- a/sys/netinet/sctp_constants.h
+++ b/sys/netinet/sctp_constants.h
@@ -97,10 +97,6 @@ __FBSDID("$FreeBSD$");
*/
#define SCTP_DEFAULT_VRF_SIZE 4
-/* constants for rto calc */
-#define sctp_align_safe_nocopy 0
-#define sctp_align_unsafe_makecopy 1
-
/* JRS - Values defined for the HTCP algorithm */
#define ALPHA_BASE (1<<7) /* 1.0 with shift << 7 */
#define BETA_MIN (1<<6) /* 0.5 with shift << 7 */