You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ar...@apache.org on 2023/01/29 05:43:50 UTC

[nuttx] branch master updated (8564b49469 -> 65e08b750c)

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

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


    from 8564b49469 doc: Add USB RNDIS tutorial to documentation.
     add 5e0af0ecfd add UDP compile option to avoid build error
     add 5012195bde support ipv4 ToS and ipv6 TrafficClass
     add 65e08b750c tcp_reset: check the conn is exist when tcp_reset

No new revisions were added by this update.

Summary of changes:
 include/netinet/in.h                              |  2 +
 include/nuttx/net/ip.h                            | 20 +++++++
 include/nuttx/net/net.h                           |  5 ++
 net/icmp/icmp_reply.c                             |  2 +-
 net/icmp/icmp_sendmsg.c                           |  2 +-
 net/icmpv6/icmpv6_advertise.c                     |  2 +-
 net/icmpv6/icmpv6_radvertise.c                    |  2 +-
 net/icmpv6/icmpv6_reply.c                         |  2 +-
 net/icmpv6/icmpv6_rsolicit.c                      |  2 +-
 net/icmpv6/icmpv6_sendmsg.c                       |  2 +-
 net/icmpv6/icmpv6_solicit.c                       |  2 +-
 net/igmp/igmp_send.c                              |  2 +-
 net/inet/Make.defs                                |  2 +-
 net/inet/inet.h                                   | 11 +++-
 net/inet/inet_sockif.c                            | 11 +++-
 net/inet/ipv4_build_header.c                      |  4 +-
 net/inet/ipv4_getsockopt.c                        | 11 ++++
 net/inet/ipv4_setsockopt.c                        | 20 +++++++
 net/inet/ipv6_build_header.c                      |  6 +-
 net/inet/{ipv4_getsockopt.c => ipv6_getsockopt.c} | 52 ++++++++--------
 net/inet/ipv6_setsockopt.c                        | 72 +++++++++++++++++------
 net/mld/mld_send.c                                |  2 +-
 net/tcp/tcp.h                                     |  3 +-
 net/tcp/tcp_input.c                               |  4 +-
 net/tcp/tcp_send.c                                | 10 ++--
 net/udp/udp_send.c                                |  5 +-
 26 files changed, 186 insertions(+), 72 deletions(-)
 copy net/inet/{ipv4_getsockopt.c => ipv6_getsockopt.c} (66%)