Home | History | Annotate | Download | only in base

Lines Matching defs:bandwidth

79         bandwidth(bw),
119 if (bandwidth > 0)
120 ASSERT_TRUE(sec_count <= 5 * bandwidth / 4);
127 uint32_t bandwidth;
667 uint32_t bandwidth = 64 * 1024;
668 ss_->set_bandwidth(bandwidth);
672 Receiver receiver(pthMain, recv_socket, bandwidth);
678 ASSERT_TRUE(receiver.count >= 5 * 3 * bandwidth / 4);
679 ASSERT_TRUE(receiver.count <= 6 * bandwidth); // queue could drain for 1s