summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d1e6eea6b..3ea6bd3fc 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9535,6 +9535,9 @@
* arch/arm/src/stm32/stm32_rtcc.c and Kconfig: Recent changes to
stm32_rtcc.c do not compile with STM32L15XX configurations. From
Jussi Kivilinna (2015-01-27).
+ * net/local: Add initial support for local, Unix domain sockets.
+ Initial support is limited to SOCK_STREAM and is untested on
+ initial commit (2014-01-27).
* net/iob, net/tcp/tcp_callback.c, and include/nuttx/net/iob.h: There
were issues with the TCP write-ahead buffering if CONFIG_NET_NOINTS was
enabled: There is a possibility of deadlocks in certain timing conditions.