This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/samples/socket-api/wasm-src
Callum Macmillan 5ddc335a7f
Add timeout send/recv and multicast client/server socket examples (#1519)
Add a couple of socket examples that can be used with WAMR:
- The `timeout_client` and `timeout_server` examples demonstrate socket
  send and receive timeouts using the socket options
- The `multicast_client` and `multicast_server` examples demonstrate receiving
  multicast packets in WASM

And add several macro controls for `socket_opts` example.
2022-10-07 10:31:21 +08:00
..
inc Implement part of Berkeley Socket API for libc-wasi (#1036) 2022-03-10 15:13:38 +08:00
addr_resolve.c Merge dev/socket into main (#1393) 2022-09-22 21:46:14 +08:00
CMakeLists.txt Add timeout send/recv and multicast client/server socket examples (#1519) 2022-10-07 10:31:21 +08:00
multicast_client.c Add timeout send/recv and multicast client/server socket examples (#1519) 2022-10-07 10:31:21 +08:00
multicast_server.c Add timeout send/recv and multicast client/server socket examples (#1519) 2022-10-07 10:31:21 +08:00
send_recv.c Fix socket sample issue reported by coverity (#1397) 2022-08-19 18:06:26 +08:00
socket_opts.c Add timeout send/recv and multicast client/server socket examples (#1519) 2022-10-07 10:31:21 +08:00
socket_utils.h Merge dev/socket into main (#1393) 2022-09-22 21:46:14 +08:00
tcp_client.c Merge dev/socket into main (#1393) 2022-09-22 21:46:14 +08:00
tcp_server.c Merge dev/socket into main (#1393) 2022-09-22 21:46:14 +08:00
timeout_client.c Add timeout send/recv and multicast client/server socket examples (#1519) 2022-10-07 10:31:21 +08:00
timeout_server.c Add timeout send/recv and multicast client/server socket examples (#1519) 2022-10-07 10:31:21 +08:00
udp_client.c Fix isssues detected by coverity (#1529) 2022-09-29 13:28:18 +08:00
udp_server.c Fix isssues detected by coverity (#1529) 2022-09-29 13:28:18 +08:00