OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_remote_server
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransport.h
150
bool
is_remote_server
= false;
local
161
is_remote_server
= (remote_connection_role == CONNECTIONROLE_PASSIVE);
179
is_remote_server
= (local_connection_role == CONNECTIONROLE_ACTIVE);
190
secure_role_ =
is_remote_server
? talk_base::SSL_CLIENT :
Completed in 525 milliseconds