0c7e9f540b282d60b94081f601a1694054d8646e |
|
29-Dec-2015 |
Taylor Brandstetter <deadbeef@webrtc.org> |
Removing webrtc::PortAllocatorFactoryInterface. ICE servers are now passed directly into PortAllocator, making PortAllocatorFactoryInterface redundant. This CL also moves SetNetworkIgnoreMask to PortAllocator. R=phoglund@webrtc.org, pthatcher@webrtc.org, tkchin@webrtc.org Review URL: https://codereview.webrtc.org/1520963002 . Cr-Commit-Position: refs/heads/master@{#11139}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
255d6f6fb28f78a5b77f4b4ee0da24524e4371c6 |
|
23-Nov-2015 |
guoweis <guoweis@webrtc.org> |
Test case for CL 1437933002. This is to make sure that we don't have any assert failure when running with adapter enumeration disabled and we have no IPv6 default local address. BUG=webrtc:5061 Review URL: https://codereview.webrtc.org/1456663002 Cr-Commit-Position: refs/heads/master@{#10759}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
653b8e02f22c9b6ba38be1cf4c0fa101894a9407 |
|
11-Nov-2015 |
deadbeef <deadbeef@webrtc.org> |
Reland of Adding the ability to change ICE servers through SetConfiguration. (patchset #1 id:1 of https://codereview.webrtc.org/1424803004/ ) Reason for revert: Relanding with compile warning fixed. Original issue's description: > Revert of Adding the ability to change ICE servers through SetConfiguration. (patchset #7 id:120001 of https://codereview.webrtc.org/1391013007/ ) > > Reason for revert: > Caused compiler warning, breaking Chrome FYI bots. > > Original issue's description: > > Adding the ability to change ICE servers through SetConfiguration. > > > > Added a SetIceServers method to PortAllocator. Also added a new > > PeerConnection Initialize method that takes a PortAllocator, in the > > hope that we can get rid of PortAllocatorFactoryInterface, since the > > only substantial thing a factory does is convert the webrtc:: ICE > > servers to cricket:: versions. > > > > Committed: https://crrev.com/d3b26d94399ff539db375a9b84010ee75479d4cf > > Cr-Commit-Position: refs/heads/master@{#10420} > > TBR=pthatcher@webrtc.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > > Committed: https://crrev.com/18a944bf0ac9eed872dc009bd58e6bc12c946303 > Cr-Commit-Position: refs/heads/master@{#10421} TBR=pthatcher@webrtc.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.webrtc.org/1414313003 Cr-Commit-Position: refs/heads/master@{#10609}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
9af97f89103d8f1f77b52a6ae77b8b7bcdc23f71 |
|
10-Nov-2015 |
Guo-wei Shieh <guoweis@webrtc.org> |
WebRTC should generate default private address even when adapter enumeration is disabled. Introduce a DefaultAddressProvider such that rtc::Network can't access other part of NetworkManager. This also removes the hack of generating the loopback address. The dependency has been removed by https://codereview.chromium.org/1417023003/ BUG=webrtc:5061 R=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1411253008 . Cr-Commit-Position: refs/heads/master@{#10590}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
18a944bf0ac9eed872dc009bd58e6bc12c946303 |
|
27-Oct-2015 |
deadbeef <deadbeef@webrtc.org> |
Revert of Adding the ability to change ICE servers through SetConfiguration. (patchset #7 id:120001 of https://codereview.webrtc.org/1391013007/ ) Reason for revert: Caused compiler warning, breaking Chrome FYI bots. Original issue's description: > Adding the ability to change ICE servers through SetConfiguration. > > Added a SetIceServers method to PortAllocator. Also added a new > PeerConnection Initialize method that takes a PortAllocator, in the > hope that we can get rid of PortAllocatorFactoryInterface, since the > only substantial thing a factory does is convert the webrtc:: ICE > servers to cricket:: versions. > > Committed: https://crrev.com/d3b26d94399ff539db375a9b84010ee75479d4cf > Cr-Commit-Position: refs/heads/master@{#10420} TBR=pthatcher@webrtc.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.webrtc.org/1424803004 Cr-Commit-Position: refs/heads/master@{#10421}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
d3b26d94399ff539db375a9b84010ee75479d4cf |
|
27-Oct-2015 |
deadbeef <deadbeef@webrtc.org> |
Adding the ability to change ICE servers through SetConfiguration. Added a SetIceServers method to PortAllocator. Also added a new PeerConnection Initialize method that takes a PortAllocator, in the hope that we can get rid of PortAllocatorFactoryInterface, since the only substantial thing a factory does is convert the webrtc:: ICE servers to cricket:: versions. Review URL: https://codereview.webrtc.org/1391013007 Cr-Commit-Position: refs/heads/master@{#10420}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
0c4e06b4c6107a1b94f764e279e4fb4161e905b0 |
|
07-Oct-2015 |
Peter Boström <pbos@webrtc.org> |
Use suffixed {uint,int}{8,16,32,64}_t types. Removes the use of uint8, etc. in favor of uint8_t. BUG=webrtc:5024 R=henrik.lundin@webrtc.org, henrikg@webrtc.org, perkj@webrtc.org, solenberg@webrtc.org, stefan@webrtc.org, tina.legrand@webrtc.org Review URL: https://codereview.webrtc.org/1362503003 . Cr-Commit-Position: refs/heads/master@{#10196}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
898d21c1d4981d3bd7b090a198d224d69d1ddf10 |
|
30-Sep-2015 |
Guo-wei Shieh <guoweis@webrtc.org> |
WebRTC might leak srflx ip address when multiple_routes disabled and IceTransportType is relay. This change filters out local ports when CF_HOST is not originally specified to prevent these ports from sending out STUN which leaks IP address. BUG=webrtc:4946 R=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1378753003 . Cr-Commit-Position: refs/heads/master@{#10121}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
98db68fdaa12c5bfca8b0004eba24d034f32de71 |
|
29-Sep-2015 |
honghaiz <honghaiz@webrtc.org> |
If gather_continually is set to true, keep the last port allocator session running while stopping all existing process of getting ports (when p2ptransportchannel first becomes writable). BUG=5034 Review URL: https://codereview.webrtc.org/1359363003 Cr-Commit-Position: refs/heads/master@{#10110}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
8c404fab8d9ce5ef87046fb57ec8ac2c90fad9ac |
|
28-Sep-2015 |
honghaiz <honghaiz@webrtc.org> |
When doing DisableEquivalentPhases, exclude those AllocationSequences whose network has ever been removed. It is unlikely the sockets/ports/candidates created from those AllocationSequences will still be valid. BUG= Review URL: https://codereview.webrtc.org/1361183004 Cr-Commit-Position: refs/heads/master@{#10093}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
7cbd188c5ed7df80bb737bd4ada94422730e2d89 |
|
18-Sep-2015 |
Peter Thatcher <pthatcher@chromium.org> |
Remove GICE (again). R=guoweis@webrtc.org Review URL: https://codereview.webrtc.org/1353713002 . Cr-Commit-Position: refs/heads/master@{#9979}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
d12140a68efdcffa1c2c18f25149905e9dae1a9c |
|
10-Sep-2015 |
guoweis <guoweis@webrtc.org> |
Revert change which removes GICE. There are still dependencies on this functionality. TBR=pthatcher@webrtc.org BUG=526399 Review URL: https://codereview.webrtc.org/1336553003 Cr-Commit-Position: refs/heads/master@{#9920}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
d415629de78b84bf539fda7f634996e159b0dcaa |
|
04-Sep-2015 |
Peter Thatcher <pthatcher@chromium.org> |
Remove AsyncHttpRequest, AutoPortAllocator, ConnectivityChecker, and HttpPortAllocator. BUG=webrtc:4149, webrtc:4456 R=deadbeef@webrtc.org, pbos@webrtc.org Review URL: https://codereview.webrtc.org/1311353011 . Cr-Commit-Position: refs/heads/master@{#9857}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
13d35f6ffc71c1a649a902369a6fa5637d05d9b0 |
|
27-Aug-2015 |
Guo-wei Shieh <guoweis@webrtc.org> |
Add check to prevent TURN usage if the protocol is not allowed. There are 2 ways to design this. 1. TCP Only mode: this means that we disable all UDP protocols across board. 2. disallow TURN over UDP. Along with DISABLE_UDP, DISABLE_STUN, we should achieve the same result. I'm going with #2. BUG=webrtc:4784 R=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1311153003 . Cr-Commit-Position: refs/heads/master@{#9791}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
2159b89fa2cb55beeef38f72bd45e217f3d33d4e |
|
22-Aug-2015 |
Peter Thatcher <pthatcher@chromium.org> |
Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots. This reverts commit 5bdafd44c86ee46bd7e040f19828324583418b33. Original CL: https://codereview.webrtc.org/1263663002/ R=guoweis@webrtc.org Review URL: https://codereview.webrtc.org/1303393002 . Cr-Commit-Position: refs/heads/master@{#9761}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
ea1012b2a41b1b56fe7366792f10390639d82495 |
|
21-Aug-2015 |
guoweis <guoweis@webrtc.org> |
address comments from https://codereview.webrtc.org/1277263002/ TBR=juberti@webrtc.org,pthather@webrtc.org Review URL: https://codereview.webrtc.org/1305113002 Cr-Commit-Position: refs/heads/master@{#9757}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
5bdafd44c86ee46bd7e040f19828324583418b33 |
|
21-Aug-2015 |
minyuel <minyue@webrtc.org> |
Revert "Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots."" This reverts commit 081f34b564e1a26ffbbe9515eba1fef7c736fdde. Original code review see https://codereview.webrtc.org/1291363005 The revert is due to a suspicion of "Reland "Remove GICE..." being the cause of failure on Linux memcheck, see https://build.chromium.org/p/client.webrtc/builders/Linux%20Memcheck/builds/4137 TBR=pthatcher@webrtc.org, BUG= Review URL: https://codereview.webrtc.org/1308753003 . Cr-Commit-Position: refs/heads/master@{#9756}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
fe3bc9d5aeffed8bbfb34c330d8b991abd1a1aba |
|
20-Aug-2015 |
Guo-wei Shieh <guoweis@webrtc.org> |
Relanding "Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied." Migrated from https://codereview.webrtc.org/1275703006/ which causes test failures for android. On android, loopback interface was used as local interface to generate candidates. Add a test case to make sure this won't be broken in the future. Also observed some failures under content_browsertests in chromium.fyi bot but can't repro locally. Might just be temporary test issue. BUG=webrtc:4517 TBR=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1299333003 . Cr-Commit-Position: refs/heads/master@{#9746}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
081f34b564e1a26ffbbe9515eba1fef7c736fdde |
|
20-Aug-2015 |
Peter Thatcher <pthatcher@chromium.org> |
Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots." This reverts commit 475243a134be003aab30bb17294ca6c664d0ef81. R=guoweis@webrtc.org Review URL: https://codereview.webrtc.org/1291363005 . Cr-Commit-Position: refs/heads/master@{#9738}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
47872ec90c99ce9c37fb37a8f623ce0e65a32f61 |
|
19-Aug-2015 |
Guo-wei Shieh <guoweis@webrtc.org> |
In the past, P2PPortAllocator.enable_multiple_routes is the indicator whether we should bind to the any address. It's easy to translate that into a port allocator flag in P2PPortAllocator's ctor. Going forward, we have to depend on an asynchronous permission check to determine whether gathering local address is allowed or not, hence the current way of passing it through constructor approach won't work any more. The asynchronous check will trigger SignalNetowrksChanged so we could only check that inside DoAllocate. Adapter enumeration disable should be a concept from Network. Network will be hooked up with media permission (mic/camera) to check whether gathering local address is allowed. BUG=crbug.com/520101 R=juberti@webrtc.org, pthatcher@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/ba9ab4cd8d2e8fbc068dc36b5e6f6331d7deeccf Review URL: https://codereview.webrtc.org/1284113003 . Cr-Commit-Position: refs/heads/master@{#9735}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
370c8848ad38d54457a960e0ebe94f8adf370e23 |
|
19-Aug-2015 |
Guo-wei Shieh <guoweis@webrtc.org> |
Revert "Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied." This reverts commit 0a2955f227666efd87b2a303a69c083ef801c528. Revert "In the past, P2PPortAllocator.enable_multiple_routes is the indicator whether we should bind to the any address. It's easy to translate that into a port allocator flag in P2PPortAllocator's ctor. Going forward, we have to depend on an asynchronous permission check to determine whether gathering local address is allowed or not, hence the current way of passing it through constructor approach won't work any more. The asynchronous check will trigger SignalNetowrksChanged so we could only check that inside DoAllocate." This reverts commit ba9ab4cd8d2e8fbc068dc36b5e6f6331d7deeccf. TBR=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1288843003 . Cr-Commit-Position: refs/heads/master@{#9729}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
ba9ab4cd8d2e8fbc068dc36b5e6f6331d7deeccf |
|
19-Aug-2015 |
Guo-wei Shieh <guoweis@webrtc.org> |
In the past, P2PPortAllocator.enable_multiple_routes is the indicator whether we should bind to the any address. It's easy to translate that into a port allocator flag in P2PPortAllocator's ctor. Going forward, we have to depend on an asynchronous permission check to determine whether gathering local address is allowed or not, hence the current way of passing it through constructor approach won't work any more. The asynchronous check will trigger SignalNetowrksChanged so we could only check that inside DoAllocate. Adapter enumeration disable should be a concept from Network. Network will be hooked up with media permission (mic/camera) to check whether gathering local address is allowed. BUG=crbug.com/520101 R=juberti@webrtc.org, pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1284113003 . Cr-Commit-Position: refs/heads/master@{#9728}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
0a2955f227666efd87b2a303a69c083ef801c528 |
|
18-Aug-2015 |
Guo-wei Shieh <guoweis@webrtc.org> |
Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied. BUG=webrtc:4517 R=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1275703006 . Cr-Commit-Position: refs/heads/master@{#9726}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
1147702958b7639eda2f7fe072103b95be59e5c0 |
|
15-Aug-2015 |
Guo-wei Shieh <guoweis@webrtc.org> |
WebRTC Bug 4865 Bug 4865: even without STUN/TURN, as long as the peer is on the open internet, the connectivity should work. This is actually a regression even for hangouts. We need to issue the 0.0.0.0 candidate into Port::candidates_ and filter it out later. The reason is that when we create connection, we need a local candidate to match the remote candidate. The same connection later will be updated with the prflx local candidate once the STUN ping response is received. BUG=webrtc:4865 R=juberti@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/38f8893235f3b80ae9ca89db66d62ca819b51c01 Review URL: https://codereview.webrtc.org/1274013002 . Cr-Commit-Position: refs/heads/master@{#9717}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
38f8893235f3b80ae9ca89db66d62ca819b51c01 |
|
14-Aug-2015 |
Guo-wei Shieh <guoweis@webrtc.org> |
WebRTC Bug 4865 Bug 4865: even without STUN/TURN, as long as the peer is on the open internet, the connectivity should work. This is actually a regression even for hangouts. We need to issue the 0.0.0.0 candidate into Port::candidates_ and filter it out later. The reason is that when we create connection, we need a local candidate to match the remote candidate. The same connection later will be updated with the prflx local candidate once the STUN ping response is received. BUG=webrtc:4865 R=juberti@webrtc.org Review URL: https://codereview.webrtc.org/1274013002 . Cr-Commit-Position: refs/heads/master@{#9708}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
fa301809b698017455847f45cc7e0dfa1bdfed35 |
|
11-Aug-2015 |
pthatcher <pthatcher@webrtc.org> |
Revert "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots. This reverts commit 3449faa553ec94c52ef2d0949867befb60992c88. TBR=deadbeef@webrtc.org, juberti@webrtc.org NOPRESUBMIT=true Review URL: https://codereview.webrtc.org/1274273005 Cr-Commit-Position: refs/heads/master@{#9698}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
3449faa553ec94c52ef2d0949867befb60992c88 |
|
10-Aug-2015 |
Peter Thatcher <pthatcher@chromium.org> |
Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever). R=deadbeef@webrtc.org, juberti@webrtc.org Review URL: https://codereview.webrtc.org/1263663002 . Cr-Commit-Position: refs/heads/master@{#9692}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
f421bdc68dbf8ab456d36909185b6b2a8935bc64 |
|
18-Jul-2015 |
honghaiz <honghaiz@webrtc.org> |
Fix an NPE when creating TurnPort with a NULL socket. BUG=4827 Review URL: https://codereview.webrtc.org/1241943002 Cr-Commit-Position: refs/heads/master@{#9601}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
c5d0d95fd8957a7a6645b1196e5f1e9cee33525c |
|
16-Jul-2015 |
deadbeef <deadbeef@webrtc.org> |
Ensuring that UDP TURN servers are always used as STUN servers. This was already working in most cases, but not for some corner cases: * If the PORTALLOCATOR_ENABLE_SHARED_SOCKET flag is not set * If both a STUN server and TURN server are configured I added unit tests for these cases, and centralized the code that gets STUN server addresses in order to fix these and any related issues. BUG=webrtc:4215 Review URL: https://codereview.webrtc.org/1215713003 Cr-Commit-Position: refs/heads/master@{#9596}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
efdce6927ec37b53d9274ad604d5616d98cb58ca |
|
05-Jun-2015 |
Erik Språng <sprang@webrtc.org> |
Disable some PortAllocatorTest on asan due to flakiness TBR=kjellander@webrtc.org BUG=4743 Review URL: https://codereview.webrtc.org/1151173009 Cr-Commit-Position: refs/heads/master@{#9377}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
85cf3c07943a850ee6038a9e1fce163ec974df46 |
|
05-Jun-2015 |
Erik Språng <sprang@webrtc.org> |
Revert "Disable some PortAllocatorTest on tsan due to flakiness" This reverts commit 491bd534ef726456883ec372562d1c8fef82e7ca. TBR=kjellander@webrtc.org BUG=4743 Review URL: https://codereview.webrtc.org/1157743008 Cr-Commit-Position: refs/heads/master@{#9375}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
491bd534ef726456883ec372562d1c8fef82e7ca |
|
04-Jun-2015 |
Erik Språng <sprang@webrtc.org> |
Disable some PortAllocatorTest on tsan due to flakiness TBR=kjellander@webrtc.org BUG=4743 Review URL: https://codereview.webrtc.org/1160033005 Cr-Commit-Position: refs/heads/master@{#9369}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
d7e5c44e9474278c81aa650248d25581dc623077 |
|
27-Apr-2015 |
Jiayang Liu <jiayl@chromium.org> |
STUN allocation should not be disabled when using shared port and TURN servers are provided. BUG= R=juberti@google.com, pthatcher@webrtc.org Review URL: https://webrtc-codereview.appspot.com/48229004 Cr-Commit-Position: refs/heads/master@{#9091}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
73ba7a690fb562e7eef76ef50a751f7da0564394 |
|
14-Apr-2015 |
Peter Thatcher <pthatcher@chromium.org> |
Remove PORTALLOCATOR_ENABLE_BUNDLE, PortAllocatorSessionProxy, PortAllocatorSessionMuxer, and PortProxy. R=decurtis@webrtc.org Review URL: https://webrtc-codereview.appspot.com/46809004 Cr-Commit-Position: refs/heads/master@{#8999}
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
f358aea7bff8091c608e1afd8cf395ec2702ff76 |
|
18-Feb-2015 |
guoweis@webrtc.org <guoweis@webrtc.org> |
Fix WebRTC IP leaks. WebRTC binds to individual NICs and listens for incoming Stun packets. Sending stun through this specific NIC binding could make OS route the packet differently hence exposing non-VPN public IP. The fix here is 1. to bind to any address (0:0:0:0) instead. This way, the routing will be the same as how chrome/http is. 2. also, remove the any all 0s addresses which happens when we bind to all 0s. BUG=4276 R=juberti@webrtc.org Review URL: https://webrtc-codereview.appspot.com/39129004 Cr-Commit-Position: refs/heads/master@{#8418} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8418 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
dacdd9403d30cdb13ab2de645841edd2ae76950d |
|
23-Jan-2015 |
jiayl@webrtc.org <jiayl@webrtc.org> |
Reland r7980: Accept incoming pings before remote answer is set, to reduce connection latency. Set ICE connection state to 'checking' after setting the remote answer, so that it can transition into 'connected' if the peer reflexive connection is up before any remote candidate is set. See more details in crbug/446908 BUG=4068, crbug/446908 R=juberti@webrtc.org, pthatcher@webrtc.org Review URL: https://webrtc-codereview.appspot.com/38709004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@8141 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
7e5b380437ee64f50c9dde9f88768bf708ba14f8 |
|
22-Jan-2015 |
jiayl@webrtc.org <jiayl@webrtc.org> |
Fix a crash in AllocationSequence. Internal bug 19074679. BUG= R=juberti@webrtc.org Review URL: https://webrtc-codereview.appspot.com/38699004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@8130 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
9657265f391cfe473a61b18a4579bbbeb44c9bd8 |
|
09-Jan-2015 |
pthatcher@webrtc.org <pthatcher@webrtc.org> |
Revert "Accept incoming pings before remote answer is set to reduce connection latency." This reverts r7980. It was causing the ICE connected state to happen while still in the new state rather than going through the checking state, which was causing an ASSERT to fire, which was causing a crash. Review URL: https://webrtc-codereview.appspot.com/41429004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@8031 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
c5fd66dcdfdba3ec114cc5b5c0337eba503cee40 |
|
29-Dec-2014 |
jiayl@webrtc.org <jiayl@webrtc.org> |
Accept incoming pings before remote answer is set to reduce connection latency. BUG=4068 R=juberti@webrtc.org Review URL: https://webrtc-codereview.appspot.com/33509004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7980 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
269fb4bc90b79bebbb8311da0110ccd6803fd0a8 |
|
28-Oct-2014 |
henrike@webrtc.org <henrike@webrtc.org> |
move xmpp and p2p to webrtc Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. Also makes libjingle use those version instead of the one in the talk folder. BUG=3379 Review URL: https://webrtc-codereview.appspot.com/26999004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7549 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
28100cb38896fe298b6df11ffd31838d9faf5b8a |
|
18-Oct-2014 |
henrike@webrtc.org <henrike@webrtc.org> |
Reverts r7459 "Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p." BUG=N/A TBR=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/29829004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7472 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|
d1ba6d9cbfc44618d2c553ff7851948c730ae37b |
|
15-Oct-2014 |
henrike@webrtc.org <henrike@webrtc.org> |
Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. BUG=3379 R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/27709005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7459 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/p2p/client/portallocator_unittest.cc
|