summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-13 11:58:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-13 11:58:45 -0600
commit45e0b49b1a2808c4ce4c289fbbc8ee284b293917 (patch)
tree838202f92736ac1b5cc62a0e7d73a7cc3c86ae22 /nuttx/ChangeLog
parentdf4d1ee71b6dd23755e23b95dc88898f0635816c (diff)
downloadnuttx-45e0b49b1a2808c4ce4c289fbbc8ee284b293917.tar.gz
nuttx-45e0b49b1a2808c4ce4c289fbbc8ee284b293917.tar.bz2
nuttx-45e0b49b1a2808c4ce4c289fbbc8ee284b293917.zip
Add support for the SO_LINGER socket option. Based on logic from Jason Jiang. Utestested on initial commit
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7c4861e0e..776a642a5 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6415,3 +6415,8 @@
* binfmt/binfmt_loadmodule.c: Fix a memory leak (2013-1-11).
* configs/stm3vldiscovery: Support for the STM32VL-Discovery board.
Contributed by Alan Carvalho de Assis (2014-1-12).
+ * net/net_close.c, net/Kconfig, include/nuttx/net/net.h, and
+ include/sys/socket.h: Add support for the SO_LINGER socket option.
+ Extended from logic provided by Jason Jiang. Enabled with
+ CONFIG_NET_SOLINGER. At this point, it has only been verified that
+ the changes does not seem to do any harm (2014-1-13).