From 02c4eafb459f0073c87b0fd2102637f896755449 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 16 Jan 2015 15:04:01 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0af8ec495d..35cc2dd5f0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9441,3 +9441,6 @@ IPv4 and IPv6 simultaneously. This requires that the macros be distinct and not conditionally defined to one on or the other (2015-01-16). + * Networking: UDP and TCP MSS depends on the IP header size (as well + as the link layer header size) and cannot be represented with a + single value (2015-01-16).