nuttx/net/usrsock
zhanghongyu 01fe37206a usrsock: optimize send case
Don't clear available flag if the response indicate there is more space

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-02-04 20:52:56 +09:00
..
Kconfig net/usrsock: Split NET_USRSOCK_OTHER to NET_USRSOCK_ICMP[v6] 2022-11-22 20:45:26 +09:00
Make.defs net: Implement shutdown() for usrsock 2023-01-31 11:15:01 +08:00
usrsock_accept.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
usrsock_bind.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
usrsock_close.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
usrsock_conn.c net_lock:fix deadlock issue when running iperf tx test on usrsock 2023-01-28 16:27:21 +09:00
usrsock_connect.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
usrsock_devif.c add holder for mutex 2023-01-31 12:08:05 +09:00
usrsock_event.c usrsock: update state to connected when recv sento ready under connecting 2022-10-14 12:29:21 +09:00
usrsock_getpeername.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
usrsock_getsockname.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
usrsock_getsockopt.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
usrsock_ioctl.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
usrsock_listen.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
usrsock_poll.c net: Remove usrsock specific process from common code as much as possible 2022-11-28 16:32:41 +09:00
usrsock_recvmsg.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
usrsock_sendmsg.c usrsock: optimize send case 2023-02-04 20:52:56 +09:00
usrsock_setsockopt.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
usrsock_shutdown.c net: Implement shutdown() for usrsock 2023-01-31 11:15:01 +08:00
usrsock_socket.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
usrsock_sockif.c net: Implement shutdown() for usrsock 2023-01-31 11:15:01 +08:00
usrsock.h net: Implement shutdown() for usrsock 2023-01-31 11:15:01 +08:00