OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:network_capacity_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
virtualsocketserver.h
53
uint32_t network_capacity() const { return
network_capacity_
; }
54
void set_network_capacity(uint32_t capacity) {
network_capacity_
= capacity; }
240
uint32_t
network_capacity_
;
member in class:rtc::VirtualSocketServer
virtualsocketserver.cc
507
bandwidth_(0),
network_capacity_
(kDefaultNetworkCapacity),
806
if (socket->network_size_ + packet_size >
network_capacity_
) {
[
all
...]
Completed in 386 milliseconds