folly: AsyncServerSocket::getAddress: prefer IPv6
Summary: Can't connect from ipv6-only cluster to ipv4/ipv6 service which uses different ports. Test Plan: ``` ./fastcopy_server --dir . & # netstat -atnlp | grep LISTEN | grep fastc tcp 0 0 0.0.0.0:65478 0.0.0.0:* LISTEN 9348/./fastcopy_ser tcp 0 0 :::52793 :::* LISTEN 9348/./fastcopy_ser ``` Reviewed By: philipp@fb.com, sdoroshenko@fb.com Subscribers: ps, bmatheny, folly-diffs@ FB internal diff: D1752846 Tasks: 5868818 Signature: t1:1752846:1419043494:7cc0646882249f17258ade5ce7ae5619b13148a0
Showing
Please register or sign in to comment