aboutsummaryrefslogtreecommitdiff
path: root/webrtc/p2p/base/port.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
2016-01-05Don't delete an ICE connection until it has been pruned or timed out on writi...honghaiz
2015-11-25Destroy a Connection if a CreatePermission request fails.deadbeef
2015-11-12Do not delete a connection until it has not received anything for 30 seconds.Honghai Zhang
2015-11-11Send back ping response if the ping comes from an unknown address.honghaiz
2015-11-11Round Rate computations from RateTracker.Tim Psiaki
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-30Do not time out a port if its role switched from controlled to controlling. A...honghaiz
2015-09-30Delete a connection only if it has timed out on writing and not receiving for...Honghai Zhang
2015-09-241. Add receiving state as part of the connection sorting criteria. So if a co...honghaiz
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-18Remove GICE (again).Peter Thatcher
2015-09-14Add a rate tracker that tracks rate over a given interval split up into bucke...Tim Psiaki
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-19Add instrumentation to track the IceEndpointType.Guo-wei Shieh
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-08Add flakyness check based on the recently received packets.Peter Thatcher
2015-07-07Tighten link-local routing exclusion checkPeter Thatcher
2015-06-10Add triggered checks.Peter Thatcher
2015-05-15Add logging of "use candidate" and when we switch ICE "best" connections.Peter Thatcher
2015-05-15Don't use rtc::LogCheckLevel, because it breaks Chrome.Peter Thatcher
2015-05-15Add logging for sending and receiving STUN binding requests and TURN requests...Peter Thatcher
2015-04-06Implement Tcp Reconnect for TCPPort.Guo-wei Shieh
2015-02-12Use std::min and std::max instead of self-defined functions such as rtc::_min...andresp@webrtc.org
2015-01-23Reland r7980:jiayl@webrtc.org
2015-01-09Revert "Accept incoming pings before remote answer is set to reduce connectio...pthatcher@webrtc.org
2014-12-29Accept incoming pings before remote answer is set to reduce connection latency.jiayl@webrtc.org
2014-12-16Add adapter_type into Candidate object.guoweis@webrtc.org
2014-12-16Revert "Add adapter_type into Candidate object."guoweis@webrtc.org
2014-12-15Add adapter_type into Candidate object.guoweis@webrtc.org
2014-12-15Revert r7885.pbos@webrtc.org
2014-12-12Add adapter_type into Candidate object.guoweis@webrtc.org
2014-12-04Redo the change of https://webrtc-codereview.appspot.com/30949004/guoweis@webrtc.org
2014-12-04Revert "Implement GetState() for channel's connectivity check state."guoweis@webrtc.org
2014-12-04Implement GetState() for channel's connectivity check state.guoweis@webrtc.org
2014-11-17Add jmi field for packets discarded due to network errorguoweis@webrtc.org
2014-11-14Revert 7693 "Add jmi field for packets discarded due to network error" breaks...henrike@webrtc.org
2014-11-13Add jmi field for packets discarded due to network errorguoweis@webrtc.org
2014-11-10Change from talk/p2p (r7572): "Improve the logging when a TCP connection is d...henrike@webrtc.org
2014-11-06Use uint16s for port numbers in webrtc/p2p/base.pkasting@chromium.org