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

Issue 1453813005: Fixing some issues with ICE restart signaling. (Closed)

Created:
5 years, 1 month ago by Taylor Brandstetter
Modified:
4 years, 10 months ago
Reviewers:
pthatcher1
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, yujie_mao (webrtc), Andrew MacDonald, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Fixing some issues with ICE restart signaling. In summary, there were some cases where we were changing the ICE ufrag/password when we shouldn't have been, and some cases where we weren't changing them when we should have been.

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fixing typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+331 lines, -206 lines) Patch
M talk/app/webrtc/peerconnection.cc View 2 chunks +9 lines, -3 lines 0 comments Download
M talk/app/webrtc/peerconnectioninterface_unittest.cc View 2 chunks +9 lines, -3 lines 0 comments Download
M talk/app/webrtc/webrtcsession.h View 2 chunks +6 lines, -4 lines 0 comments Download
M talk/app/webrtc/webrtcsession.cc View 1 7 chunks +70 lines, -48 lines 0 comments Download
M talk/app/webrtc/webrtcsession_unittest.cc View 5 chunks +102 lines, -6 lines 0 comments Download
M talk/app/webrtc/webrtcsessiondescriptionfactory.h View 1 chunk +3 lines, -2 lines 0 comments Download
M talk/app/webrtc/webrtcsessiondescriptionfactory.cc View 4 chunks +52 lines, -18 lines 0 comments Download
M talk/session/media/mediasession.h View 3 chunks +12 lines, -5 lines 0 comments Download
M talk/session/media/mediasession.cc View 13 chunks +26 lines, -73 lines 0 comments Download
M webrtc/p2p/base/transportdescriptionfactory.h View 2 chunks +5 lines, -3 lines 0 comments Download
M webrtc/p2p/base/transportdescriptionfactory.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M webrtc/p2p/base/transportdescriptionfactory_unittest.cc View 7 chunks +33 lines, -39 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Taylor Brandstetter
I was about to work on the "SetConfiguration causes the next CreateOffer to trigger an ...
5 years, 1 month ago (2015-11-18 22:40:17 UTC) #3
Taylor Brandstetter
Actually, hold off on reviewing this (if you ever get to it in your queue). ...
5 years ago (2015-12-10 21:21:36 UTC) #4
pthatcher1
Do you want me to review this one now, or wait until we get the ...
5 years ago (2015-12-15 08:00:13 UTC) #5
Taylor Brandstetter
5 years ago (2015-12-15 19:16:48 UTC) #6
On 2015/12/15 08:00:13, pthatcher1 wrote:
> Do you want me to review this one now, or wait until we get the "3x transport
> options" thing resolved in the other CL?

It would be better to wait. I'll have to mostly redo this CL due to the 3x
transport_options, and there are other problems with it that I realized later.

Powered by Google App Engine
This is Rietveld 408576698