Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dvirtualsocketserver.h53 uint32_t network_capacity() const { return network_capacity_; } in network_capacity()
54 void set_network_capacity(uint32_t capacity) { network_capacity_ = capacity; } in set_network_capacity()
240 uint32_t network_capacity_; variable
Dvirtualsocketserver.cc507 bandwidth_(0), network_capacity_(kDefaultNetworkCapacity), in VirtualSocketServer()
806 if (socket->network_size_ + packet_size > network_capacity_) { in SendUdp()