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

Issue 12051052: [net] Add Net.UnspecResolvedIPv6 to measure if getaddrinfo resolves IPv6 addresses. (Closed)

Created:
7 years, 11 months ago by szym
Modified:
7 years, 10 months ago
Reviewers:
cbentzel, mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

[net] Add Net.UnspecResolvedIPv6 to measure if getaddrinfo resolves IPv6 addresses. Assuming that "www.google.com" has IPv6 addresses, count the "network sessions" (in between IP address changes) during which we asked getaddrinfo for AF_UNSPEC family but have not received any IPv6 addresses. This will tells us how many of the times Net.IPv6Status = IPV6_GLOBAL_ADDRESS_PRESENT is wrong. BUG=171549 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=179374

Patch Set 1 #

Total comments: 5

Patch Set 2 : sync #

Patch Set 3 : exclude errors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -4 lines) Patch
M net/base/host_resolver_impl.h View 2 chunks +6 lines, -2 lines 0 comments Download
M net/base/host_resolver_impl.cc View 1 3 chunks +18 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
szym
Hard-coding a domain name is normally not allowed, but I ask for exception for this ...
7 years, 11 months ago (2013-01-24 01:29:24 UTC) #1
szym
ping
7 years, 10 months ago (2013-01-28 18:21:20 UTC) #2
szym
Adding Matt for backup review, in case Chris becomes unavailable.
7 years, 10 months ago (2013-01-28 21:08:17 UTC) #3
mmenke
On 2013/01/28 21:08:17, szym wrote: > Adding Matt for backup review, in case Chris becomes ...
7 years, 10 months ago (2013-01-28 21:09:35 UTC) #4
mmenke
https://codereview.chromium.org/12051052/diff/1/net/base/host_resolver_impl.cc File net/base/host_resolver_impl.cc (right): https://codereview.chromium.org/12051052/diff/1/net/base/host_resolver_impl.cc#newcode1411 net/base/host_resolver_impl.cc:1411: resolver_->resolved_known_ipv6_hostname_ = true; This seems like the wrong way ...
7 years, 10 months ago (2013-01-29 16:10:27 UTC) #5
szym
https://codereview.chromium.org/12051052/diff/1/net/base/host_resolver_impl.cc File net/base/host_resolver_impl.cc (right): https://codereview.chromium.org/12051052/diff/1/net/base/host_resolver_impl.cc#newcode1411 net/base/host_resolver_impl.cc:1411: resolver_->resolved_known_ipv6_hostname_ = true; On 2013/01/29 16:10:27, Matt Menke wrote: ...
7 years, 10 months ago (2013-01-29 16:55:12 UTC) #6
mmenke
LGTM https://codereview.chromium.org/12051052/diff/1/net/base/host_resolver_impl.cc File net/base/host_resolver_impl.cc (right): https://codereview.chromium.org/12051052/diff/1/net/base/host_resolver_impl.cc#newcode1411 net/base/host_resolver_impl.cc:1411: resolver_->resolved_known_ipv6_hostname_ = true; On 2013/01/29 16:55:12, szym wrote: ...
7 years, 10 months ago (2013-01-29 17:00:46 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szym@chromium.org/12051052/10001
7 years, 10 months ago (2013-01-29 17:10:21 UTC) #8
szym
Thanks for review.
7 years, 10 months ago (2013-01-29 17:10:25 UTC) #9
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-01-29 17:50:20 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szym@chromium.org/12051052/10001
7 years, 10 months ago (2013-01-29 18:04:46 UTC) #11
commit-bot: I haz the power
7 years, 10 months ago (2013-01-29 18:45:02 UTC) #12
Sorry for I got bad news for ya.
Compile failed with a clobber build on win.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win&number...
Your code is likely broken or HEAD is junk. Please ensure your
code is not broken then alert the build sheriffs.
Look at the try server FAQ for more details.

Powered by Google App Engine
This is Rietveld 408576698