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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to