second-state / wasmedge_wasi_socket

A Rust lib for socket on WasmEdge.
https://second-state.github.io/wasmedge_wasi_socket/
Apache License 2.0
70 stars 29 forks source link

How to return both IPv6 and IPv4 addresses in `get_addrinfo` #53

Open hangedfish opened 2 years ago

hangedfish commented 2 years ago

Hi, I didn't find an enum value like AF_UNSPEC, will it be supported in the future?

hangedfish commented 2 years ago

Is IPv6 not support? src/lib.rs:240

hydai commented 2 years ago

In the previous version, IPv6 is not supported. We are going to fix it in the near future.