summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_constants.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2010-09-17 16:20:29 +0000
committertuexen <tuexen@FreeBSD.org>2010-09-17 16:20:29 +0000
commit6397178431575de2cebaeac5bb0c05af09367120 (patch)
treed36d3eccfb211cfb9a886b7e5c2ffc68ef0f32e8 /sys/netinet/sctp_constants.h
parent1ffadf8af30a4f87946a411641c03dbef4a01bd2 (diff)
downloadFreeBSD-src-6397178431575de2cebaeac5bb0c05af09367120.zip
FreeBSD-src-6397178431575de2cebaeac5bb0c05af09367120.tar.gz
* Implement initial version of send buffer splitting.
* Make send/recv buffer splitting switchable via sysctl. * While there: Fix some comments.
Diffstat (limited to 'sys/netinet/sctp_constants.h')
-rw-r--r--sys/netinet/sctp_constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h
index 078981d..212a2f9 100644
--- a/sys/netinet/sctp_constants.h
+++ b/sys/netinet/sctp_constants.h
@@ -948,6 +948,9 @@ __FBSDID("$FreeBSD$");
*/
#define SCTP_TIME_WAIT 60
+#define SCTP_SEND_BUFFER_SPLITTING 0x00000001
+#define SCTP_RECV_BUFFER_SPLITTING 0x00000002
+
/* The system retains a cache of free chunks such to
* cut down on calls the memory allocation system. There
* is a per association limit of free items and a overall
OpenPOWER on IntegriCloud