aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp.h
diff options
context:
space:
mode:
authorRandall Stewart <rrs@FreeBSD.org>2007-06-13 01:31:53 +0000
committerRandall Stewart <rrs@FreeBSD.org>2007-06-13 01:31:53 +0000
commit9a97252585e1be47aa6f9154de1f54eab7dffe47 (patch)
tree8d5bbe40650c2eb2f33e58ff8a55f66ae96d6c38 /sys/netinet/sctp.h
parent8004e6ecc811b69d6c31e52e63cfef2eb8ec4608 (diff)
downloadsrc-9a97252585e1be47aa6f9154de1f54eab7dffe47.tar.gz
src-9a97252585e1be47aa6f9154de1f54eab7dffe47.zip
- Fixed cookie handling to calc an RTO when
its an INIT collision case. - Fixed RTO calc to maintain a seperate variable to track if a RTO calc as been done, this allows the RTO var to be doubled during initial timeouts. - Reduces the amount of stack used by process control. - Use a constant for the peer chunk overhead. - Name change to spell candidate correctly.
Notes
Notes: svn path=/head/; revision=170642
Diffstat (limited to 'sys/netinet/sctp.h')
-rw-r--r--sys/netinet/sctp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h
index c11fa3479344..0f8185024bbf 100644
--- a/sys/netinet/sctp.h
+++ b/sys/netinet/sctp.h
@@ -378,6 +378,9 @@ __attribute__((packed));
#define SCTP_PACKET_DROPPED 0x81
/* draft-ietf-stewart-strreset-xxx */
#define SCTP_STREAM_RESET 0x82
+
+/* RFC4820 */
+#define SCTP_PAD_CHUNK 0x84
/************0xc0 series ***********/
/* RFC3758 */
#define SCTP_FORWARD_CUM_TSN 0xc0