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

Issue 1210003: Add IPv6 probe support for Windows... (Closed)

Created:
10 years, 9 months ago by jar (doing other things)
Modified:
9 years, 7 months ago
Reviewers:
eroman, wtc
CC:
chromium-reviews, darin-cc_chromium.org, willchan no longer on Chromium
Visibility:
Public.

Description

Add IPv6 probe support for Windows This is meant to test to see if AI_ADDRCONFIG is doing its job in windows, or if we have to do the scans when there is a network change. Also switch to always doing probe support on Mac/Linux platforms. There appears to be (on aggregate) around a 40% degradation of DNS resolution times on the Mac, and about 17% degration on Linux, when we don't probe. It is likely that a few users are greatly impacted by this, and are able to move the average of the whole user population. BUG=12754 BUG=25680 r=wtc Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=42544

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 12

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -5 lines) Patch
M chrome/browser/io_thread.cc View 4 5 2 chunks +6 lines, -2 lines 0 comments Download
M net/base/net_util.cc View 1 2 3 4 5 2 chunks +39 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jar (doing other things)
Wtc, Please review, and I'll try to get it into the next dev build. Thanks, ...
10 years, 9 months ago (2010-03-23 23:40:48 UTC) #1
wtc
LGTM, with one bug (about calling WSAGetLastError) and some nits. http://codereview.chromium.org/1210003/diff/14001/15001 File net/base/net_util.cc (right): http://codereview.chromium.org/1210003/diff/14001/15001#newcode1638 ...
10 years, 9 months ago (2010-03-24 19:31:46 UTC) #2
jar (doing other things)
Changes made per wtc http://codereview.chromium.org/1210003/diff/14001/15001 File net/base/net_util.cc (right): http://codereview.chromium.org/1210003/diff/14001/15001#newcode1638 net/base/net_util.cc:1638: test_socket = WSASocket(AF_INET, SOCK_DGRAM, 0, ...
10 years, 9 months ago (2010-03-24 20:46:31 UTC) #3
wtc
10 years, 9 months ago (2010-03-24 21:42:57 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698