Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1082)

Unified Diff: runtime/bin/vmservice/server.dart

Issue 2842783002: [Fuchsia] Switch service protocol to bind to ipv6 (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/server.dart
diff --git a/runtime/bin/vmservice/server.dart b/runtime/bin/vmservice/server.dart
index 4ae3d1a47a92bacaa9b300fe0c97e3b2c8dc96f7..bae52fab5e615a60548d682c006dc77cb0214935 100644
--- a/runtime/bin/vmservice/server.dart
+++ b/runtime/bin/vmservice/server.dart
@@ -335,7 +335,7 @@ class Server {
try {
var address;
if (Platform.isFuchsia) {
- address = InternetAddress.ANY_IP_V4;
+ address = InternetAddress.ANY_IP_V6;
} else {
var addresses = await InternetAddress.lookup(_ip);
// Prefer IPv4 addresses.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698