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

Issue 1848083002: Change the size of the ICE ufrag to 4 bytes (Closed)

Created:
4 years, 8 months ago by Zhi Huang
Modified:
4 years, 7 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Change the size of the ICE ufrag to 4 bytes. This is the minumum allowed size, and will allow STUN pings to be smaller. The unit tests on the the Gturn are also modified. A username with length of 16 bytes will be generated for Gturn only. Committed: https://crrev.com/6d0d4bf31de1e36cab276ec3db994a952ba4b612 Cr-Commit-Position: refs/heads/master@{#12876}

Patch Set 1 #

Total comments: 2

Patch Set 2 : git status #

Total comments: 5

Patch Set 3 : Revert the relayserver.cc. Modified the Port unit test. #

Patch Set 4 : Revert unnecessary change. Minor. #

Patch Set 5 : Modified the constants in unit tests based on new ICE_UFRAG_LENGTH. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -10 lines) Patch
M webrtc/p2p/base/p2pconstants.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel_unittest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/p2p/base/port_unittest.cc View 1 2 3 4 2 chunks +6 lines, -3 lines 0 comments Download
M webrtc/p2p/base/portallocator_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/client/basicportallocator_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 41 (18 generated)
Zhi Huang
4 years, 8 months ago (2016-03-31 22:15:11 UTC) #2
Taylor Brandstetter
https://codereview.webrtc.org/1848083002/diff/1/webrtc/p2p/base/transport.cc File webrtc/p2p/base/transport.cc (left): https://codereview.webrtc.org/1848083002/diff/1/webrtc/p2p/base/transport.cc#oldcode244 webrtc/p2p/base/transport.cc:244: } This is unrelated to changing the size of ...
4 years, 8 months ago (2016-03-31 22:20:24 UTC) #4
Zhi Huang
On 2016/03/31 22:20:24, Taylor Brandstetter wrote: > https://codereview.webrtc.org/1848083002/diff/1/webrtc/p2p/base/transport.cc > File webrtc/p2p/base/transport.cc (left): > > https://codereview.webrtc.org/1848083002/diff/1/webrtc/p2p/base/transport.cc#oldcode244 ...
4 years, 8 months ago (2016-03-31 23:11:03 UTC) #5
Taylor Brandstetter
lgtm Question for Peter: Do you think there are any legacy (GTURN) servers that still ...
4 years, 8 months ago (2016-04-01 00:46:55 UTC) #6
pthatcher1
https://codereview.webrtc.org/1848083002/diff/20001/webrtc/p2p/base/relayserver.cc File webrtc/p2p/base/relayserver.cc (right): https://codereview.webrtc.org/1848083002/diff/20001/webrtc/p2p/base/relayserver.cc#newcode268 webrtc/p2p/base/relayserver.cc:268: username = username.substr(0, colonpos); I don't think this is ...
4 years, 7 months ago (2016-05-05 18:07:19 UTC) #7
pthatcher1
On 2016/04/01 00:46:55, Taylor Brandstetter wrote: > lgtm > > Question for Peter: Do you ...
4 years, 7 months ago (2016-05-05 18:16:27 UTC) #8
Zhi Huang
https://codereview.webrtc.org/1848083002/diff/20001/webrtc/p2p/base/relayserver.cc File webrtc/p2p/base/relayserver.cc (right): https://codereview.webrtc.org/1848083002/diff/20001/webrtc/p2p/base/relayserver.cc#newcode268 webrtc/p2p/base/relayserver.cc:268: username = username.substr(0, colonpos); On 2016/05/05 18:07:19, pthatcher1 wrote: ...
4 years, 7 months ago (2016-05-05 18:27:09 UTC) #9
pthatcher1
https://codereview.webrtc.org/1848083002/diff/20001/webrtc/p2p/base/relayserver.cc File webrtc/p2p/base/relayserver.cc (right): https://codereview.webrtc.org/1848083002/diff/20001/webrtc/p2p/base/relayserver.cc#newcode268 webrtc/p2p/base/relayserver.cc:268: username = username.substr(0, colonpos); On 2016/05/05 18:27:09, Zhi Huang ...
4 years, 7 months ago (2016-05-05 20:24:32 UTC) #10
Zhi Huang
https://codereview.webrtc.org/1848083002/diff/20001/webrtc/p2p/base/relayserver.cc File webrtc/p2p/base/relayserver.cc (right): https://codereview.webrtc.org/1848083002/diff/20001/webrtc/p2p/base/relayserver.cc#newcode268 webrtc/p2p/base/relayserver.cc:268: username = username.substr(0, colonpos); On 2016/05/05 20:24:31, pthatcher1 wrote: ...
4 years, 7 months ago (2016-05-05 23:10:59 UTC) #11
pthatcher1
Please try this code. https://codereview.webrtc.org/1848083002/diff/20001/webrtc/p2p/base/relayserver.cc File webrtc/p2p/base/relayserver.cc (right): https://codereview.webrtc.org/1848083002/diff/20001/webrtc/p2p/base/relayserver.cc#newcode268 webrtc/p2p/base/relayserver.cc:268: username = username.substr(0, colonpos); uint32_t ...
4 years, 7 months ago (2016-05-09 23:59:25 UTC) #12
zhihuang1
4 years, 7 months ago (2016-05-10 20:43:19 UTC) #14
pthatcher1
lgtm!
4 years, 7 months ago (2016-05-10 21:04:57 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1848083002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1848083002/60001
4 years, 7 months ago (2016-05-10 21:09:01 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1848083002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1848083002/60001
4 years, 7 months ago (2016-05-10 21:12:11 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_x86_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_compile_x86_dbg/builds/3877)
4 years, 7 months ago (2016-05-10 21:19:11 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1848083002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1848083002/60001
4 years, 7 months ago (2016-05-16 22:04:12 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 7 months ago (2016-05-17 00:04:49 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1848083002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1848083002/80001
4 years, 7 months ago (2016-05-23 16:56:26 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) android_dbg on ...
4 years, 7 months ago (2016-05-23 18:57:01 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1848083002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1848083002/80001
4 years, 7 months ago (2016-05-24 17:00:30 UTC) #36
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-24 17:13:40 UTC) #38
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/6d0d4bf31de1e36cab276ec3db994a952ba4b612 Cr-Commit-Position: refs/heads/master@{#12876}
4 years, 7 months ago (2016-05-24 17:13:50 UTC) #40
Zhi Huang
4 years, 7 months ago (2016-05-24 17:30:22 UTC) #41
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.webrtc.org/2006903004/ by zhihuang@webrtc.org.

The reason for reverting is: Break the build on Win32..

Powered by Google App Engine
This is Rietveld 408576698