Home
last modified time | relevance | path

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

/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs453 let client3 = create_client("user3".to_owned(), server_port).await?; in test_get_allocations_info() localVariable
454 client3.listen().await?; in test_get_allocations_info()
460 let user3 = client3.allocate().await?; in test_get_allocations_info()
470 let addr3 = client3 in test_get_allocations_info()
/webrtc/ice/examples/
H A Dping_pong.rs206 let client3 = Arc::clone(&client2); in main() localVariable
224 let resp = match client3.request(req).await { in main()