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

Issue 2398603004: Fixing issue that causes STUN throttle rate to be off by a factor of 1000. (Closed)

Created:
4 years, 2 months ago by Taylor_Brandstetter
Modified:
4 years, 2 months ago
CC:
chromium-reviews, jam, darin-cc_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fixing issue that causes STUN throttle rate to be off by a factor of 1000. The limit is supposed to be 256kbps, but it was actually effectively 256Mbps due to dividing a microsecond count by "microseconds per millisecond" instead of "per second". BUG=chromium:622323 Committed: https://crrev.com/e9e3f35d8eba2a4f0d88df274fc4eca48e811083 Cr-Commit-Position: refs/heads/master@{#423902}

Patch Set 1 #

Patch Set 2 : Cleaning up comments. #

Patch Set 3 : Fixing typo. #

Patch Set 4 : Disabling new test on component builds. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -15 lines) Patch
M content/browser/renderer_host/p2p/socket_host_throttler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_host_udp_unittest.cc View 1 2 3 3 chunks +70 lines, -14 lines 0 comments Download

Messages

Total messages: 19 (7 generated)
Taylor_Brandstetter
PTAL
4 years, 2 months ago (2016-10-06 04:57:36 UTC) #2
pthatcher2
lgtm Wow. Good job noticing and fixing this.
4 years, 2 months ago (2016-10-06 16:48:04 UTC) #4
Guido Urdaneta
lgtm
4 years, 2 months ago (2016-10-06 16:50:08 UTC) #5
Taylor_Brandstetter
Test is failing on the debug bot due to this issue: https://bugs.chromium.org/p/webrtc/issues/detail?id=6490 Not sure what ...
4 years, 2 months ago (2016-10-06 22:55:25 UTC) #6
Sergey Ulanov
lgtm
4 years, 2 months ago (2016-10-07 00:16:28 UTC) #7
Sergey Ulanov
On 2016/10/06 22:55:25, Taylor_Brandstetter wrote: > Test is failing on the debug bot due to ...
4 years, 2 months ago (2016-10-07 00:18:21 UTC) #8
Taylor_Brandstetter
On 2016/10/07 00:18:21, Sergey Ulanov wrote: > On 2016/10/06 22:55:25, Taylor_Brandstetter wrote: > > Test ...
4 years, 2 months ago (2016-10-07 01:12:39 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2398603004/60001
4 years, 2 months ago (2016-10-07 01:13:31 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/293827)
4 years, 2 months ago (2016-10-07 03:19:21 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2398603004/60001
4 years, 2 months ago (2016-10-07 17:00:24 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-10-07 17:50:53 UTC) #17
commit-bot: I haz the power
4 years, 2 months ago (2016-10-07 17:53:06 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/e9e3f35d8eba2a4f0d88df274fc4eca48e811083
Cr-Commit-Position: refs/heads/master@{#423902}

Powered by Google App Engine
This is Rietveld 408576698