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

Issue 10913037: Network connectivity - packet pacing and FEC tests for packet loss. (Closed)

Created:
8 years, 3 months ago by ramant (doing other things)
Modified:
8 years, 3 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Network connectivity - packet pacing and FEC tests for packet loss. After finishing the regular experiment for 21 packets loss test, we start one of the following two new tests. 1) Pace the packets. The delay between the packets is calculated from the total time to receive packets in the first experiment (total time is the time from when we recieved the first packet to the time it has taken to recieve the last packet). If the total time is 20 secs, then we send each packet with a delay of 1 sec. 2) Non-paced test. Will send packets as soon as possible. Deleted TCPStatsClient class and thus no TCP connectivity tests. Merged UDPStatsClient into NetworkStats class. R=jar TEST=unit tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155111

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 6

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+733 lines, -498 lines) Patch
M chrome/browser/net/network_stats.h View 1 2 10 chunks +175 lines, -178 lines 0 comments Download
M chrome/browser/net/network_stats.cc View 1 2 3 4 24 chunks +350 lines, -242 lines 0 comments Download
M chrome/browser/net/network_stats_unittest.cc View 1 2 7 chunks +208 lines, -78 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ramant (doing other things)
Hi Jim, Made the changes we had discussed for packet loss testing. Would appreciate if ...
8 years, 3 months ago (2012-08-31 19:57:56 UTC) #1
jar (doing other things)
http://codereview.chromium.org/10913037/diff/6004/chrome/browser/net/network_stats.cc File chrome/browser/net/network_stats.cc (right): http://codereview.chromium.org/10913037/diff/6004/chrome/browser/net/network_stats.cc#newcode84 chrome/browser/net/network_stats.cc:84: static const int32 kPorts[] = {6121, 999999}; Is this ...
8 years, 3 months ago (2012-09-05 01:00:55 UTC) #2
ramant (doing other things)
http://codereview.chromium.org/10913037/diff/6004/chrome/browser/net/network_stats.cc File chrome/browser/net/network_stats.cc (right): http://codereview.chromium.org/10913037/diff/6004/chrome/browser/net/network_stats.cc#newcode84 chrome/browser/net/network_stats.cc:84: static const int32 kPorts[] = {6121, 999999}; On 2012/09/05 ...
8 years, 3 months ago (2012-09-05 04:28:54 UTC) #3
jar (doing other things)
lgtm
8 years, 3 months ago (2012-09-06 00:36:06 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/10913037/14002
8 years, 3 months ago (2012-09-06 00:38:13 UTC) #5
commit-bot: I haz the power
8 years, 3 months ago (2012-09-06 03:09:30 UTC) #6
Change committed as 155111

Powered by Google App Engine
This is Rietveld 408576698