aboutsummaryrefslogtreecommitdiff
path: root/webrtc/p2p/base/p2ptransportchannel.cc
AgeCommit message (Expand)Author
2016-01-14Reland Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket.Stefan Holmer
2016-01-14Revert of Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket...tommi
2016-01-14Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket.Stefan Holmer
2015-12-30Fill the remote pwd in the ice candidates when an ICE credential is received.honghaiz
2015-12-17Add ufrag to the ICE candidate signaling.honghaiz
2015-12-15Only try to pair protocol matching candidates for creating connections.Honghai Zhang
2015-12-04Ping backup connection at a slower rateHonghai Zhang
2015-11-12A little cleanup in p2ptransportchannel and transportchannel.honghaiz
2015-11-11Send back ping response if the ping comes from an unknown address.honghaiz
2015-11-04Stop a session when a new connection becomes writable.honghaiz
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-27When all connections timed out on writing, delete them all.honghaiz
2015-10-26Reland of Add experiment on weak ping delay during call set up time (patchset...guoweis
2015-10-23Revert of Add experiment on weak ping delay during call set up time (patchset...guoweis
2015-10-23Reland of Add experiment on weak ping delay during call set up time (patchset...guoweis
2015-10-21Revert of Add experiment on weak ping delay during call set up time (patchset...tommi
2015-10-20Add experiment on weak ping delay during call set up timeGuo-wei Shieh
2015-10-15Wire up packet_id / send time callbacks to webrtc via libjingle.stefan
2015-10-07Use suffixed {uint,int}{8,16,32,64}_t types.Peter Boström
2015-09-30Delete a connection only if it has timed out on writing and not receiving for...Honghai Zhang
2015-09-29If gather_continually is set to true, keep the last port allocator session ru...honghaiz
2015-09-28Passing the new policy from PeerConnection RTCConfiguration tohonghaiz
2015-09-24Do not prune if the current best connection is weak.honghaiz
2015-09-241. Add receiving state as part of the connection sorting criteria. So if a co...honghaiz
2015-09-23Reland of TransportController refactoring. (patchset #1 id:1 of https://coder...deadbeef
2015-09-23Revert of TransportController refactoring. (patchset #6 id:100001 of https://...torbjorng
2015-09-22TransportController refactoring.deadbeef
2015-09-21Replace readable with receiving where receiving means receiving anything (stu...Peter Thatcher
2015-09-21Revert of Replace readable with receiving where receiving means receiving any...tommi
2015-09-21Replace readable with receiving where receiving means receiving anything (stu...honghaiz
2015-09-18Revert "TransportController refactoring."Guo-wei Shieh
2015-09-18TransportController refactoring.deadbeef
2015-09-18Remove GICE (again).Peter Thatcher
2015-09-10Revert change which removes GICE.guoweis
2015-08-22Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (en...Peter Thatcher
2015-08-21Revert "Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_U...minyuel
2015-08-20First step of passive aggressive nomination.honghaiz
2015-08-20Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (en...Peter Thatcher
2015-08-11Revert "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (en...pthatcher
2015-08-10Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled fo...Peter Thatcher
2015-07-31Fix the generation mismatch assertion error.honghaiz
2015-07-13Add methods to set the ICE connection receiving_timeout values.honghaiz
2015-07-08Add flakyness check based on the recently received packets.Peter Thatcher
2015-06-12Connection resurrected with incorrect candidate type.Guo-wei Shieh
2015-06-10Add triggered checks.Peter Thatcher
2015-05-15Add logging of "use candidate" and when we switch ICE "best" connections.Peter Thatcher
2015-04-10Remove Transport::Reset, which is never used, and only makes reading the code...Peter Thatcher
2015-04-06Implement Tcp Reconnect for TCPPort.Guo-wei Shieh
2015-04-02Don't send STUN pings if we don't have a remote ufrag and pwd.Peter Thatcher
2015-02-04Cleanup and prepare for bundling.pthatcher@webrtc.org