OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultStunTlsPort
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/app/webrtc/
peerconnectionfactory_unittest.cc
73
static const int
kDefaultStunTlsPort
= 5349;
295
cricket::RelayServerConfig turn1("hello.com",
kDefaultStunTlsPort
, "test",
302
cricket::RelayServerConfig turn3("hello.com",
kDefaultStunTlsPort
,
peerconnection.cc
81
static const int
kDefaultStunTlsPort
= 5349;
295
port =
kDefaultStunTlsPort
;
[
all
...]
Completed in 51 milliseconds