summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-17 08:35:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-17 08:35:00 -0600
commit348b6cabd50bb2ce02d80f0d6d88ec40ce3ee4af (patch)
tree144de4e2c5a64ef22d145db8d0fb0b2daf43a2ca /nuttx
parent2a8999e74ac1132918fc66d0f8eed5fb20d25fa4 (diff)
downloadpx4-nuttx-348b6cabd50bb2ce02d80f0d6d88ec40ce3ee4af.tar.gz
px4-nuttx-348b6cabd50bb2ce02d80f0d6d88ec40ce3ee4af.tar.bz2
px4-nuttx-348b6cabd50bb2ce02d80f0d6d88ec40ce3ee4af.zip
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d9b3dc7e9..bfdb0796a 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9453,3 +9453,8 @@
outgoing packet before sending any UDP or TCP packet. This sets the
bit to indicate the IPv4 or IPv6 domain and the correct offset to the
output going payload data (2015-01-17).
+ * net/socket and net/tcp: When we are ready to receive data or when we
+ have outgoing data ready to be sent, we need to the notify the
+ appropriate device driver of this condition. The notifying socket
+ will be configured as either PF_INET or PF_INET6 and must look up the
+ correct driver using the correct IP domain (2015-01-17).