Home
last modified time | relevance | path

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

/webrtc/turn/src/allocation/
H A Dmod.rs50 pub relayed_bytes: usize, field
58 #[cfg(feature = "metrics")] relayed_bytes: usize, in new()
64 relayed_bytes, in new()
84 pub(crate) relayed_bytes: AtomicUsize, field
116 relayed_bytes: Default::default(), in new()
258 relayed_bytes: self.relayed_bytes.load(Ordering::Acquire), in close()
H A Dallocation_manager.rs66 alloc.relayed_bytes.load(Ordering::Acquire), in get_allocations_info()
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs485 "user1" => assert_eq!(ai.relayed_bytes, 1), in test_get_allocations_info()
486 "user2" => assert_eq!(ai.relayed_bytes, 2), in test_get_allocations_info()
487 "user3" => assert_eq!(ai.relayed_bytes, 3), in test_get_allocations_info()
519 .relayed_bytes, in test_get_allocations_info_bytes_count()
538 .relayed_bytes, in test_get_allocations_info_bytes_count()
557 .relayed_bytes, in test_get_allocations_info_bytes_count()
574 assert_eq!(alloc.relayed_bytes, 50); in test_alloc_close_notify()
/webrtc/turn/src/server/
H A Drequest.rs693 a.relayed_bytes in handle_send_indication()
792 a.relayed_bytes.fetch_add(c.data.len(), Ordering::AcqRel); in handle_channel_data()