walnux/net/usrsock
chao an 5d4c774352 net/usrsock: allow usrsock *DATA_ACK with no-preload data
allow usrsock USRSOCK_MESSAGE_RESPONSE_DATA_ACK with no-preload data
so addrlen could be updated to valuelen_nontrunc of usrsock_message_datareq_ack_s

nsh> usrsocktest
...
Testing group "basic_getsockname" =>
	[TEST ASSERT FAILED!]
		In function "basic_getsockname_open":
		line 170: Assertion `(ssize_t)((ret)) == (ssize_t)((0))' failed.
			got value: -1
			should be: 0
	Group "basic_getsockname": [FAILED]

Signed-off-by: chao an <anchao@xiaomi.com>
2022-09-01 09:09:25 +09:00
..
Kconfig Kconfig: remove empty help sections 2021-07-23 02:32:19 -07:00
Make.defs net: usrsock: Haltian Ltd: update licenses to Apache 2021-11-15 06:49:32 -06:00
usrsock.h net: remove pvconn reference from all devif callback 2022-08-26 20:58:11 +08:00
usrsock_accept.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_bind.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_close.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_conn.c net: Remove the unnecessary initialization code 2022-03-12 19:24:17 +02:00
usrsock_connect.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_dev.c net/usrsock: allow usrsock *DATA_ACK with no-preload data 2022-09-01 09:09:25 +09:00
usrsock_event.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_getpeername.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_getsockname.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_getsockopt.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_ioctl.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_listen.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_poll.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_recvmsg.c net/usrsock: read from the closed remote should return EOF 2022-09-01 08:48:26 +09:00
usrsock_sendmsg.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_setsockopt.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_socket.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_sockif.c net/usrsock: fix build warning 2022-01-19 12:09:53 +01:00