wasm-micro-runtime/samples/socket-api/wasm-src
Callum Macmillan 72367f47eb
Added socket send and recv timeout options (#1419)
Added socket send and recv timeout options with implementation for posix platform.

This is part of a extending support for sockets in WASI. #1336.

Also add sample that sets and reads back the send and receive timeouts using
the native function binding.
2022-09-03 08:35:23 +08:00
..
inc Implement part of Berkeley Socket API for libc-wasi (#1036) 2022-03-10 15:13:38 +08:00
addr_resolve.c Implement getaddrinfo in wasi_socket_ext.c (#1413) 2022-09-02 21:11:58 +08:00
CMakeLists.txt Added socket send and recv timeout options (#1419) 2022-09-03 08:35:23 +08:00
send_recv.c Fix socket sample issue reported by coverity (#1397) 2022-08-19 18:06:26 +08:00
socket_opts.c Added socket send and recv timeout options (#1419) 2022-09-03 08:35:23 +08:00
tcp_client.c Add support for IPv6 in WAMR (#1411) 2022-09-01 22:20:53 +08:00
tcp_server.c Add support for IPv6 in WAMR (#1411) 2022-09-01 22:20:53 +08:00
tcp_utils.h Add support for IPv6 in WAMR (#1411) 2022-09-01 22:20:53 +08:00