zig icon indicating copy to clipboard operation
zig copied to clipboard

Enable IPv4 mapped address conversion in linux version getAddressList

Open hawkbee opened this issue 2 years ago • 0 comments

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.

hawkbee avatar Mar 15 '23 01:03 hawkbee