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

Issue 168943002: Fix host lookup on linux, to skip IPv6 if there are no global IPv6 addresses. (Closed)

Created:
6 years, 10 months ago by Anders Johnsen
Modified:
6 years, 10 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix host lookup on linux, to skip IPv6 if there are no global IPv6 addresses. BUG=https://code.google.com/p/dart/issues/detail?id=16742 R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=32716

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -12 lines) Patch
M runtime/bin/socket_android.cc View 1 chunk +12 lines, -6 lines 1 comment Download
M runtime/bin/socket_linux.cc View 1 chunk +12 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Anders Johnsen
6 years, 10 months ago (2014-02-16 20:18:17 UTC) #1
Søren Gjesse
https://codereview.chromium.org/168943002/diff/1/runtime/bin/socket_android.cc File runtime/bin/socket_android.cc (right): https://codereview.chromium.org/168943002/diff/1/runtime/bin/socket_android.cc#newcode241 runtime/bin/socket_android.cc:241: hints.ai_flags = (AI_V4MAPPED | AI_ADDRCONFIG); Looking at the getaddrinfo ...
6 years, 10 months ago (2014-02-17 08:01:38 UTC) #2
Søren Gjesse
lgtm, lets see where this takes us.
6 years, 10 months ago (2014-02-17 08:27:59 UTC) #3
Anders Johnsen
6 years, 10 months ago (2014-02-17 10:08:40 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r32716 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698