summaryrefslogtreecommitdiffstats
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2016-02-18 04:58:34 +0000
committersephe <sephe@FreeBSD.org>2016-02-18 04:58:34 +0000
commit0354d2461f2d88b8f8617c27f322183d0730994d (patch)
treee659170447ca72f088cfb16af50b2dd2bc7aa3f5 /sys/sys/param.h
parent96a8fa52de80131ac7fe64ec6fa9a3f7a10585ea (diff)
downloadFreeBSD-src-0354d2461f2d88b8f8617c27f322183d0730994d.zip
FreeBSD-src-0354d2461f2d88b8f8617c27f322183d0730994d.tar.gz
tcp/lro: Allow drivers to set the TCP ACK/data segment aggregation limit
ACK aggregation limit is append count based, while the TCP data segment aggregation limit is length based. Unless the network driver sets these two limits, it's an NO-OP. Reviewed by: adrian, gallatin (previous version), hselasky (previous version) Approved by: adrian (mentor) MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D5185
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index bb53a93..f9b4b28 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1100098 /* Master, propagated to newvers */
+#define __FreeBSD_version 1100099 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
OpenPOWER on IntegriCloud