mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
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> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| usrsock_rpmsg.h | ||
| usrsock_rpmsg_client.c | ||
| usrsock_rpmsg_server.c | ||