summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-30 07:30:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-30 07:30:55 -0600
commit839164765e3bb9f105ca63b87768c63420e798ff (patch)
treec76d16a62bfe41a4c471d9226a3b987f1a0496f4 /nuttx
parentb9d777db61c50e423e151759826812cbc3580c94 (diff)
downloadpx4-nuttx-839164765e3bb9f105ca63b87768c63420e798ff.tar.gz
px4-nuttx-839164765e3bb9f105ca63b87768c63420e798ff.tar.bz2
px4-nuttx-839164765e3bb9f105ca63b87768c63420e798ff.zip
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1b772b7fb..9c1392b55 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9569,3 +9569,11 @@
exit and reconnect, it would fail to connect. But then if try again, it
would connect okay. So the symptom was connect-fail-connect-fail-...
(2015-01-29).
+ * net/socket/net_poll.c, recvfrom.c, and udp/udp_callback.c: Add UDP
+ read-ahead support and support for poll/select on UDP sockets. From
+ Macs N (2015-01-30).
+ * net/local/local_netpoll.c, socket/net_poll.c, and udp/udp_netpoll.c:
+ Separate out UDP poll logic from net_poll.c into a new udp_netpoll.c;
+ Create a skeleton local_netpoll (2015-01-30).
+ * net/socket/net_poll.c and tcp/tcp_netpoll.c: Separate TCP poll logic
+ out of net_poll.c and move it into the new tcp_netpoll.c (2015-01-30).