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/nuttx.git
from 2214eecddc Documentation: migrate "Testing TCP/IP Network Stacks" from
wiki
new 5096a2c9fd net/tcp: Take out get random process as common function
new d1c73b6ed6 net/tcp: Support initial sequence number described in RFC
6528
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:
net/tcp/Kconfig | 11 +++
net/tcp/tcp.h | 2 +-
net/tcp/tcp_conn.c | 37 ++++----
net/tcp/tcp_seqno.c | 98 +++++++++++++++++-----
net/utils/CMakeLists.txt | 3 +-
net/utils/Make.defs | 2 +-
.../utils/net_getrandom.c | 63 +++++++-------
net/utils/utils.h | 15 ++++
8 files changed, 153 insertions(+), 78 deletions(-)
copy libs/libc/pthread/pthread_attr_setinheritsched.c =>
net/utils/net_getrandom.c (61%)