nuttx-apps/netutils/usrsock_rpmsg
liangchaozhong d6070cdfc8 usrsock:aggregrate more data into single recf_from response
recv request can only get maximum 1500 bytes payload in single response in
earlier design, this patch aggregrate more payloads(maximum 16k bytes)
into one response to make sure usrsock’s req/response mechanism is not
bottleneck during usrsock’s throughput test.

Signed-off-by: liangchaozhong <liangchaozhong@xiaomi.com>
2022-11-07 13:33:56 +08:00
..
Kconfig usrsock/rpmsg: Change the dependence from OPENAMP to RPTUN 2022-04-05 10:05:47 +03:00
Make.defs Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),) 2022-10-16 14:59:08 +02:00
Makefile Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-23 15:44:32 -06:00
usrsock_rpmsg_client.c Fix the minor style issue 2022-10-16 19:07:16 +02:00
usrsock_rpmsg_server.c usrsock:aggregrate more data into single recf_from response 2022-11-07 13:33:56 +08:00
usrsock_rpmsg.h netutils/usrsock_rpmsg: broadcast the client DNS server to server 2022-04-15 16:05:38 +08:00