Searched refs:ep2_config (Results 1 – 1 of 1) sorted by relevance
375 const IceConfig& ep2_config, in CreateChannels() argument386 ep2_.cd1_.ch_->SetIceConfig(ep2_config); in CreateChannels()2291 IceConfig ep2_config = CreateIceConfig(1000, GATHER_CONTINUALLY); in TEST_F() local2295 ep2_config.receiving_timeout = 30 * 1000; in TEST_F()2296 ep2_config.ice_unwritable_timeout = 30 * 1000; in TEST_F()2297 ep2_config.ice_unwritable_min_checks = 30; in TEST_F()2298 ep2_config.ice_inactive_timeout = 60 * 1000; in TEST_F()2300 CreateChannels(ep1_config, ep2_config); in TEST_F()2916 IceConfig ep2_config = CreateIceConfig(2000, GATHER_ONCE); in TEST_F() local2917 CreateChannels(ep1_config, ep2_config); in TEST_F()