nuttx/net/usrsock
chao.an e506b2a52c usrsock/recv: guarantee all data is received before close
adjust the close sequence to avoid data discard

Signed-off-by: chao.an <anchao@xiaomi.com>
2021-07-07 08:40:55 +09:00
..
Kconfig
Make.defs
usrsock_accept.c
usrsock_bind.c
usrsock_close.c
usrsock_conn.c
usrsock_connect.c net: fix nxstyle errors 2021-04-02 11:12:25 -05:00
usrsock_dev.c
usrsock_event.c usrsock/recv: guarantee all data is received before close 2021-07-07 08:40:55 +09:00
usrsock_getpeername.c
usrsock_getsockname.c
usrsock_getsockopt.c
usrsock_ioctl.c
usrsock_listen.c
usrsock_poll.c net: fix nxstyle errors 2021-04-02 11:12:25 -05:00
usrsock_recvmsg.c usrsock/recv: guarantee all data is received before close 2021-07-07 08:40:55 +09:00
usrsock_sendmsg.c net/usrsock: add send multi-elements support 2021-03-23 00:44:37 -07:00
usrsock_setsockopt.c
usrsock_socket.c
usrsock_sockif.c
usrsock.h