Sign in
webrtc
/
src
/
db53f8e604db9050dd1b860c185558474d601a46
/
p2p
/
base
/
stunport.cc
db53f8e
Add configurable STUN binding request interval.
by Qingsi Wang
· 7 years ago
45cc890
Assorted logging pedantry
by Jonas Olsson
· 7 years ago
6c38cc7
Fix cpplint errors in p2p/
by Steve Anton
· 7 years ago
675513b
Stop using LOG macros in favor of RTC_ prefixed macros.
by Mirko Bonadei
· 7 years ago
1cf1b7d
Fix clang style warnings in p2p/base/port.h and its subclasses
by Steve Anton
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/p2p/base/stunport.cc]
5c3c104
Make Port (and subclasses) fully "Network"-based, instead of IP-based.
by deadbeef
· 8 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
a80c16a
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
c3771cc
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
996fc6b
Don't crash if STUN error message is missing ERROR-CODE attribute.
by deadbeef
· 8 years ago
26d99c2
Add the URL attribute to cricket::Candiate.
by zhihuang
· 8 years ago
7d25426
Delete unneeded includes of base/common.h.
by nisse
· 8 years ago
ede5da4
Replace ASSERT by RTC_DCHECK in all non-test code.
by nisse
· 8 years ago
c80e741
Replace ASSERT(false) by RTC_NOTREACHED().
by nisse
· 8 years ago
d00c057
Fix the turn and udp port type.
by Honghai Zhang
· 9 years ago
36f50e8
Create a new connection if a candidate reuses an address
by honghaiz
· 9 years ago
417eebe
Fixing the behavior of the candidate filter with pooled candidates.
by Taylor Brandstetter
· 9 years ago
351d77b
Update the type and cost of existing networks
by Honghai Zhang
· 9 years ago
82d7862
Change default timestamp to 64 bits in all webrtc directories.
by Honghai Zhang
· 9 years ago
1bffc1d
Rename rtc::Time64 --> rtc::TimeMillis.
by nisse
· 9 years ago
34b11eb
Using 64-bit timestamp to replace the 32-bit one in webrtc/p2p.
by honghaiz
· 9 years ago
e2af9ef
Keep on sending stun binding requests on zero-cost networks.
by honghaiz
· 9 years ago
55674ff
Reland Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket.
by Stefan Holmer
· 9 years ago
e5e0e57
Revert of Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket. (patchset #3 id:40001 of https://codereview.webrtc.org/1577873003/ )
by tommi
· 9 years ago
7307952
Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket.
by Stefan Holmer
· 9 years ago
f9945b2
Only try to pair protocol matching candidates for creating connections.
by Honghai Zhang
· 9 years ago
0f490a5
Add logs when stun or turn host lookup is completed.
by Honghai Zhang
· 9 years ago
45b0efd
Stop sending stun binding requests after certain amount of time.
by honghaiz
· 9 years ago
953eabc
Revert "GetDefaultLocalAddress should return false when the address is invalid"
by Guo-wei Shieh
· 9 years ago
67c6df6
GetDefaultLocalAddress should return false when the address is invalid
by Guo-wei Shieh
· 9 years ago
e03cab9
When running this code in chromium on a machine with IPv6 disabled, the RTC_DCHECK fails and in release build, it could leak to further crash in chromium's rtc_peer_connection_hanlder.cc.
by Guo-wei Shieh
· 9 years ago
9af97f8
WebRTC should generate default private address even when adapter enumeration is disabled.
by Guo-wei Shieh
· 9 years ago
20a3461
Remove deprecated IsUnresolved() method from SocketAddress API.
by tfarina
· 9 years ago
8a4f547
Hang on android when DNS resolution is not done
by Guo-wei Shieh
· 9 years ago
c1aeaf0
Wire up packet_id / send time callbacks to webrtc via libjingle.
by stefan
· 9 years ago
0c4e06b
Use suffixed {uint,int}{8,16,32,64}_t types.
by Peter Boström
· 9 years ago
fe3bc9d
Relanding "Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied."
by Guo-wei Shieh
· 10 years ago
3d564c1
Add instrumentation to track the IceEndpointType.
by Guo-wei Shieh
· 10 years ago
370c884
Revert "Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied."
by Guo-wei Shieh
· 10 years ago
0a2955f
Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied.
by Guo-wei Shieh
· 10 years ago
1cf6f81
Add logging for sending and receiving STUN binding requests and TURN requests and responses.
by Peter Thatcher
· 10 years ago
0ba1533
Added support for an Origin header in STUN messages.
by pthatcher@webrtc.org
· 10 years ago
332331f
Use uint16s for port numbers in webrtc/p2p/base.
by pkasting@chromium.org
· 10 years ago
269fb4b
move xmpp and p2p to webrtc
by henrike@webrtc.org
· 10 years ago
28100cb
Reverts r7459 "Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p."
by henrike@webrtc.org
· 10 years ago
d1ba6d9
Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p.
by henrike@webrtc.org
· 10 years ago