wasm-micro-runtime/samples/socket-api/wasm-src
liang.he ceaf7dc660
Fix invalid calculation of total size of bytes to send and recv ()
The total size of bytes to send and recv should be set to 0 before calculation,
but not including the size of iovec_app_t structure.
2022-05-10 10:43:34 +08:00
..
inc Implement part of Berkeley Socket API for libc-wasi () 2022-03-10 15:13:38 +08:00
CMakeLists.txt Enable socket-api recvmsg() and sendmsg() () 2022-03-30 15:57:40 +08:00
send_recv.c Fix invalid calculation of total size of bytes to send and recv () 2022-05-10 10:43:34 +08:00
tcp_client.c Implement part of Berkeley Socket API for libc-wasi () 2022-03-10 15:13:38 +08:00
tcp_server.c Implement part of Berkeley Socket API for libc-wasi () 2022-03-10 15:13:38 +08:00