Home
last modified time | relevance | path

Searched refs:client2 (Results 1 – 2 of 2) sorted by relevance

/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs450 let client2 = create_client("user2".to_owned(), server_port).await?; in test_get_allocations_info() localVariable
451 client2.listen().await?; in test_get_allocations_info()
459 let user2 = client2.allocate().await?; in test_get_allocations_info()
467 let addr2 = client2 in test_get_allocations_info()
/webrtc/ice/examples/
H A Dping_pong.rs203 let client2 = Arc::clone(&client); in main() localVariable
206 let client3 = Arc::clone(&client2); in main()