aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vs2013
diff options
context:
space:
mode:
authorGravatar pmarks <pmarks@google.com>2014-12-17 19:00:42 -0800
committerGravatar Michael Lumish <mlumish@google.com>2014-12-19 13:11:09 -0800
commitb74550655a3d5eb5deebd86b692541994efe63bb (patch)
tree95908d568619c3e1968b5daa1cdbf5d4751d1dd7 /vsprojects/vs2013
parent40260c4d5b607a5808b7e48511baa732b70468fc (diff)
gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist.
On Linux with disable_ipv6=1, we can create sockets bound to [::]:port, yet connecting to that address triggers an Unreachable error. Since IPv6 is useless on such machines, it's cleaner to turn it off than expose users to a half-broken state. Change on 2014/12/17 by pmarks <pmarks@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82387437
Diffstat (limited to 'vsprojects/vs2013')
-rw-r--r--vsprojects/vs2013/grpc_test_util.vcxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/vsprojects/vs2013/grpc_test_util.vcxproj b/vsprojects/vs2013/grpc_test_util.vcxproj
index 9a118cf590..a86d415cc6 100644
--- a/vsprojects/vs2013/grpc_test_util.vcxproj
+++ b/vsprojects/vs2013/grpc_test_util.vcxproj
@@ -89,8 +89,6 @@
</ClCompile>
<ClCompile Include="..\..\test\core\util\grpc_profiler.c">
</ClCompile>
- <ClCompile Include="..\..\test\core\util\ipv6_posix.c">
- </ClCompile>
<ClCompile Include="..\..\test\core\util\parse_hexstring.c">
</ClCompile>
<ClCompile Include="..\..\test\core\util\port_posix.c">