You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/01/30 03:25:16 UTC

[nuttx] branch master updated (2b30f17607 -> 98e1f9c36d)

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 2b30f17607 stm32h7: socket CAN error handling.
     add 98e1f9c36d net/tcp: reuse common api to replace some ip select code

No new revisions were added by this update.

Summary of changes:
 net/netdev/netdev_txnotify.c  | 20 ++---------------
 net/tcp/tcp.h                 | 10 +++++++++
 net/tcp/tcp_appsend.c         | 40 ++--------------------------------
 net/tcp/tcp_close.c           | 49 +-----------------------------------------
 net/tcp/tcp_devpoll.c         | 18 ++--------------
 net/tcp/tcp_ipselect.c        | 27 +++++++++++++++++++++++
 net/tcp/tcp_send.c            | 34 ++++++-----------------------
 net/tcp/tcp_send_buffered.c   | 50 ++++---------------------------------------
 net/tcp/tcp_send_unbuffered.c | 46 ++-------------------------------------
 net/tcp/tcp_timer.c           | 47 ++++------------------------------------
 10 files changed, 60 insertions(+), 281 deletions(-)