zig
zig copied to clipboard
Enable IPv4 mapped address conversion in linux version getAddressList
It seems like the original code of setsockopt is not effective because i catch the EINVAL branch when uncomment this code, it should call setsockopt before the bind call.
This should fixes #14900.