HomeSort by relevance Sort by last modified time
    Searched refs:network_capacity_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocketserver.h 63 uint32 network_capacity() const { return network_capacity_; }
65 network_capacity_ = capacity;
235 uint32 network_capacity_; member in class:talk_base::VirtualSocketServer
virtualsocketserver.cc 560 bandwidth_(0), network_capacity_(kDefaultNetworkCapacity),
826 if (socket->network_size_ + packet_size > network_capacity_) {
    [all...]

Completed in 38 milliseconds