You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/01/17 18:47:19 UTC

[nuttx] branch master updated (58b5a0412e -> 2afa1b3b64)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 58b5a0412e riscv/addrenv_shm: Add missing sanity check to up_shmdt()
     add 1f75d02bb5 net/tcp: correct behavior of SO_LINGER
     add 2afa1b3b64 net/udp: correct linger timeout

No new revisions were added by this update.

Summary of changes:
 net/socket/Kconfig  |  1 -
 net/tcp/tcp.h       | 25 +++++++++++++++++++++++-
 net/tcp/tcp_close.c | 53 +++++++++++++++++++++++---------------------------
 net/tcp/tcp_timer.c | 56 +++++++++++++++++++++++++++++++++++++++++++++++------
 net/udp/udp_close.c |  3 ++-
 5 files changed, 100 insertions(+), 38 deletions(-)