summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-11 10:48:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-11 10:48:00 -0600
commita20fafa332fe36d47f32d346fb0a54f1fc3271d3 (patch)
tree0b5c3e64d591b72b03f628a53c6f50a2df1ac94c /nuttx/ChangeLog
parentd474fee7d65e68d3962dea92eee3fb21fef315fc (diff)
downloadnuttx-a20fafa332fe36d47f32d346fb0a54f1fc3271d3.tar.gz
nuttx-a20fafa332fe36d47f32d346fb0a54f1fc3271d3.tar.bz2
nuttx-a20fafa332fe36d47f32d346fb0a54f1fc3271d3.zip
Changed the meaning of the uip_*input functions. They now return success when a packet is dropped; This is needed for the ENCX24J600 driver that must make a decision to return the packet or not: It should not retain dropped packets. From Max Holtzberg
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1189fd6d2..9f6025c31 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5745,4 +5745,9 @@
* net/net_monitor.c: Notify the socket layer if a connection is lost
before the monitoring callback has been registered. From Max
Holtzberg (2013-10-11).
-
+ * net/recvfrom.c, sendto.c, uip/uip_input.c, uip/uip_udpcallback.c,
+ uip/uip_udpconn.c, uip/uip_udpinput.c: Changed the meaning of the
+ uip_*input functions. They now return success when a packet is
+ dropped; This is needed for the ENCX24J600 driver that must make
+ a decision to return the packet or not: It should not retai
+ dropped packets. From Max Holtzberg (2013-10-11).