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

Issue 2717893003: Making candidate pool size behave as decided in JSEP. (Closed)

Created:
3 years, 9 months ago by Taylor Brandstetter
Modified:
3 years, 9 months ago
Reviewers:
pthatcher1
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Making candidate pool size behave as decided in JSEP. To simplify things, the candidate pool is only used in the first offer/answer. After setting a local description, the size is frozen, and changing ICE servers won't refresh the pool. After setting an answer, the pooled candidates are discarded. BUG=webrtc:5180 Review-Url: https://codereview.webrtc.org/2717893003 Cr-Commit-Position: refs/heads/master@{#17178} Committed: https://chromium.googlesource.com/external/webrtc/+/42a426372878850160e1e627478335a880cebd9f

Patch Set 1 #

Patch Set 2 : ASSERTs to EXPECTs #

Patch Set 3 : Get rid of now-unnecessary test. #

Total comments: 2

Patch Set 4 : Rename to "DiscardCandidatePool" #

Patch Set 5 : Merge with master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -31 lines) Patch
M webrtc/p2p/base/portallocator.h View 1 2 3 4 4 chunks +20 lines, -4 lines 0 comments Download
M webrtc/p2p/base/portallocator.cc View 1 2 3 3 chunks +22 lines, -18 lines 0 comments Download
M webrtc/p2p/base/portallocator_unittest.cc View 1 2 3 3 chunks +33 lines, -9 lines 0 comments Download
M webrtc/p2p/client/basicportallocator.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/pc/peerconnection.cc View 1 2 3 4 3 chunks +27 lines, -0 lines 0 comments Download
M webrtc/pc/peerconnectioninterface_unittest.cc View 1 2 3 4 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (13 generated)
Taylor Brandstetter
PTAL
3 years, 9 months ago (2017-03-07 20:26:50 UTC) #10
pthatcher1
lgtm https://codereview.webrtc.org/2717893003/diff/40001/webrtc/p2p/base/portallocator.h File webrtc/p2p/base/portallocator.h (right): https://codereview.webrtc.org/2717893003/diff/40001/webrtc/p2p/base/portallocator.h#newcode379 webrtc/p2p/base/portallocator.h:379: void DiscardPooledSessions(); DiscardCandidatePool? To be consistent with FreezeCandidatePool.
3 years, 9 months ago (2017-03-09 00:28:15 UTC) #11
Taylor Brandstetter
https://codereview.webrtc.org/2717893003/diff/40001/webrtc/p2p/base/portallocator.h File webrtc/p2p/base/portallocator.h (right): https://codereview.webrtc.org/2717893003/diff/40001/webrtc/p2p/base/portallocator.h#newcode379 webrtc/p2p/base/portallocator.h:379: void DiscardPooledSessions(); On 2017/03/09 00:28:15, pthatcher1 wrote: > DiscardCandidatePool? ...
3 years, 9 months ago (2017-03-09 14:59:03 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2717893003/80001
3 years, 9 months ago (2017-03-10 22:41:49 UTC) #15
commit-bot: I haz the power
3 years, 9 months ago (2017-03-10 23:18:05 UTC) #18
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/external/webrtc/+/42a426372878850160e1e6274...

Powered by Google App Engine
This is Rietveld 408576698