mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 15:05:19 +00:00
![]() 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. |
||
---|---|---|
.. | ||
inc | ||
addr_resolve.c | ||
CMakeLists.txt | ||
multicast_client.c | ||
multicast_server.c | ||
send_recv.c | ||
socket_opts.c | ||
socket_utils.h | ||
tcp_client.c | ||
tcp_server.c | ||
timeout_client.c | ||
timeout_server.c | ||
udp_client.c | ||
udp_server.c |