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 2022/08/25 09:57:00 UTC

[incubator-nuttx] branch master updated (50177dbae1 -> 9cb17841d8)

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 50177dbae1 arch: common: Fix arm_allocateheap.c for BUILD_KERNEL
     add 9cb17841d8 net/sockopt: move BINDTODEVICE to socket level

No new revisions were added by this update.

Summary of changes:
 arch/sim/src/sim/up_usrsock_host.h                 |   1 +
 .../risc-v/litex/arty_a7/configs/netnsh/defconfig  |   2 +-
 include/net/if.h                                   |   4 -
 include/netinet/udp.h                              |   6 --
 include/nuttx/net/net.h                            |   4 +
 include/sys/socket.h                               |   2 +
 net/devif/ipv4_input.c                             |   6 +-
 net/devif/ipv6_input.c                             |   6 +-
 net/socket/Kconfig                                 |   9 ++
 net/socket/setsockopt.c                            |  46 ++++++++
 net/socket/socket.h                                |   4 +-
 net/udp/Kconfig                                    |  10 --
 net/udp/udp.h                                      |   4 -
 net/udp/udp_close.c                                |  26 -----
 net/udp/udp_conn.c                                 |   3 -
 net/udp/udp_finddev.c                              |   8 +-
 net/udp/udp_setsockopt.c                           | 120 ---------------------
 17 files changed, 76 insertions(+), 185 deletions(-)