From 6397178431575de2cebaeac5bb0c05af09367120 Mon Sep 17 00:00:00 2001 From: tuexen Date: Fri, 17 Sep 2010 16:20:29 +0000 Subject: * Implement initial version of send buffer splitting. * Make send/recv buffer splitting switchable via sysctl. * While there: Fix some comments. --- sys/netinet/sctp_constants.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/netinet/sctp_constants.h') 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 -- cgit v1.1