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 2021/07/06 06:45:17 UTC

[incubator-nuttx] branch master updated (a5bf47b -> b901f22)

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/incubator-nuttx.git.


    from a5bf47b  xtensa/esp32: Fixes issue with UART 2
     add b901f22  net/socket: add SO_RCVBUF support

No new revisions were added by this update.

Summary of changes:
 net/Kconfig              |  6 +++++
 net/socket/setsockopt.c  | 65 ++++++++++++++++++++++++++++++++++++++++++++++--
 net/tcp/tcp.h            |  3 +++
 net/tcp/tcp_conn.c       |  3 +++
 net/tcp/tcp_recvwindow.c | 44 ++++++++++++++++++++++++++++++--
 net/udp/udp.h            |  3 +++
 net/udp/udp_callback.c   |  8 ++++++
 net/udp/udp_conn.c       |  3 +++
 8 files changed, 131 insertions(+), 4 deletions(-)