summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-16 15:04:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-16 15:04:01 -0600
commit537053c09f507496398d08cb3bfe281f636fa236 (patch)
tree9e0b23e24c80d61bfea7230bc629c1d4f7146fce /nuttx
parent25899ddde960f404256bda7848e7f044105dea9e (diff)
downloadpx4-nuttx-537053c09f507496398d08cb3bfe281f636fa236.tar.gz
px4-nuttx-537053c09f507496398d08cb3bfe281f636fa236.tar.bz2
px4-nuttx-537053c09f507496398d08cb3bfe281f636fa236.zip
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0af8ec495..35cc2dd5f 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).