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 011c938 Remove xtensa_backtrace.S reference from esp32s2 as well
new f52757f net/wrb: add tcp/udp_inqueue_wrb_size() interface
new 7d4502a net/socket: add SO_SNDBUF support
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/nuttx/net/netconfig.h | 4 ++
net/Kconfig | 7 ++++
net/socket/setsockopt.c | 63 +++++++++++++++++++++++++++-
net/tcp/tcp.h | 23 +++++++++++
net/tcp/tcp_conn.c | 13 ++++++
net/tcp/tcp_send_buffered.c | 96 +++++++++++++++++++++++++++++++++++++++++++
net/udp/udp.h | 23 +++++++++++
net/udp/udp_conn.c | 13 ++++++
net/udp/udp_sendto_buffered.c | 85 ++++++++++++++++++++++++++++++++++++++
9 files changed, 326 insertions(+), 1 deletion(-)