diff options
Diffstat (limited to 'sys/netinet/sctp_constants.h')
-rw-r--r-- | sys/netinet/sctp_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h index 73fdb14..c3d2997 100644 --- a/sys/netinet/sctp_constants.h +++ b/sys/netinet/sctp_constants.h @@ -748,7 +748,7 @@ __FBSDID("$FreeBSD$"); #define SCTP_DEFAULT_MAXSEGMENT 65535 -#define SCTP_CHUNK_BUFFER_SIZE 2048 +#define SCTP_CHUNK_BUFFER_SIZE 512 #define SCTP_PARAM_BUFFER_SIZE 512 #define SCTP_DEFAULT_MINSEGMENT 512 /* MTU size ... if no mtu disc */ |