Searched refs:send_window (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/quic/
H A Dreliable_quic_stream.cc368 uint64 send_window = flow_controller_.SendWindowSize(); local
373 send_window =
374 min(send_window, connection_flow_controller_->SendWindowSize());
377 if (send_window == 0 && !fin_with_zero_data) {
383 if (write_length > send_window) {
388 write_length = send_window;

Completed in 703 milliseconds