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 bf1d587 Documentation: Update kconfig-frontends install instructions
new 433a2b2 tcp: add macros to deal with sequence number wraparound
new eb00e00 tcp: Use the tcp seq macros in some obvious places
new 7d82e7a tcp_input: fix a confusing variable name and a comment
The 3 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:
net/tcp/tcp.h | 9 +++++++++
net/tcp/tcp_input.c | 12 ++++--------
net/tcp/tcp_send_buffered.c | 13 ++++++-------
net/tcp/tcp_send_unbuffered.c | 3 ++-
4 files changed, 21 insertions(+), 16 deletions(-)