Home
last modified time | relevance | path

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

/webrtc/turn/src/allocation/
H A Dallocation_test.rs40 let found_p3 = a.has_permission(&addr3).await; in test_has_permission() localVariable
41 assert!(found_p3, "Permission with another IP should be found"); in test_has_permission()