Commit Graph

3 Commits

Author SHA1 Message Date
Wenyong Huang
a517bb249a
Fix socket sample issue reported by coverity () 2022-08-19 18:06:26 +08:00
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
liang.he
559a0502f1
Enable socket-api recvmsg() and sendmsg() ()
Implement socket-api `recvmsg()` and `sendmsg()` for wasm app,
add sample and update document.
2022-03-30 15:57:40 +08:00