This is an automated email from the ASF dual-hosted git repository.
btashton pushed a change to branch releases/10.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from f838f9f Documentation: support versioned docs
new 2fd1d8c net/tcp/tcp_input.c: Correct bad check of urgent data length
new d89b192 tcp: Remove incomplete support for TCP reassembly
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 | 11 ---
net/Kconfig | 33 -------
net/devif/devif.h | 6 --
net/devif/devif_initialize.c | 6 --
net/devif/devif_poll.c | 10 ---
net/devif/ipv4_input.c | 204 +-----------------------------------------
net/tcp/tcp_input.c | 49 ++++++++--
7 files changed, 47 insertions(+), 272 deletions(-)