HomeSort by relevance Sort by last modified time
    Searched defs:ice_restart (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescriptionfactory.h 40 TransportOptions() : ice_restart(false), prefer_passive_role(false) {}
41 bool ice_restart; member in struct:cricket::TransportOptions
p2ptransportchannel.cc 258 bool ice_restart = false; local
262 ice_restart = (ice_ufrag_ != ice_ufrag) || (ice_pwd_!= ice_pwd);
268 if (ice_restart) {
277 bool ice_restart = false; local
279 ice_restart = (remote_ice_ufrag_ != ice_ufrag) ||
286 if (ice_restart) {
    [all...]

Completed in 290 milliseconds