Home
last modified time | relevance | path

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

/webrtc/turn/src/relay/
H A Dmod.rs16 pub trait RelayAddressGenerator { trait
H A Drelay_none.rs15 impl RelayAddressGenerator for RelayAddressGeneratorNone {
H A Drelay_static.rs21 impl RelayAddressGenerator for RelayAddressGeneratorStatic {
H A Drelay_range.rs29 impl RelayAddressGenerator for RelayAddressGeneratorRanges {
/webrtc/turn/src/server/
H A Dconfig.rs18 pub relay_addr_generator: Box<dyn RelayAddressGenerator + Send + Sync>,
/webrtc/turn/src/allocation/
H A Dallocation_manager.rs16 pub relay_addr_generator: Box<dyn RelayAddressGenerator + Send + Sync>,
24 relay_addr_generator: Box<dyn RelayAddressGenerator + Send + Sync>,