svn commit: r359131 - head/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Thu Mar 19 14:37:29 UTC 2020
Author: tuexen
Date: Thu Mar 19 14:37:28 2020
New Revision: 359131
URL: https://svnweb.freebsd.org/changeset/base/359131
Log:
The MTU candidates MUST be a multiple of 4, so make them so.
MFC after: 1 week
Modified:
head/sys/netinet/sctputil.c
Modified: head/sys/netinet/sctputil.c
==============================================================================
--- head/sys/netinet/sctputil.c Thu Mar 19 12:54:43 2020 (r359130)
+++ head/sys/netinet/sctputil.c Thu Mar 19 14:37:28 2020 (r359131)
@@ -862,7 +862,7 @@ static uint32_t sctp_mtu_sizes[] = {
2048,
4352,
4464,
- 8166,
+ 8168,
17912,
32000,
65532
More information about the svn-src-head
mailing list