Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dvirtual_socket_server.h57 uint32_t network_capacity() const { return network_capacity_; } in network_capacity()
58 void set_network_capacity(uint32_t capacity) { network_capacity_ = capacity; } in set_network_capacity()
284 uint32_t network_capacity_; variable
Dvirtual_socket_server.cc537 network_capacity_(kDefaultNetworkCapacity), in VirtualSocketServer()
872 if (socket->network_size_ + packet_size > network_capacity_) { in SendUdp()