gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
And InetAddress::resolve use gethostbyname_r, maybe we should use getaddrinfo instead
@chenshuo
cpp17, compile issue occurs
my gcc version
And
InetAddress::resolve
usegethostbyname_r
, maybe we should usegetaddrinfo
instead