OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_window_offset_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/quic/
quic_flow_controller.cc
29
send_window_offset_
(send_window_offset),
38
<< ", setting send window offset to: " <<
send_window_offset_
;
local
79
if (bytes_sent_ + bytes_sent >
send_window_offset_
) {
82
<< ", and
send_window_offset_
= " <<
send_window_offset_
;
local
83
bytes_sent_ =
send_window_offset_
;
144
last_blocked_send_window_offset_ <
send_window_offset_
) {
148
<< ", send limit: " <<
send_window_offset_
;
local
155
last_blocked_send_window_offset_ =
send_window_offset_
;
165
if (new_send_window_offset <=
send_window_offset_
) {
[
all
...]
quic_flow_controller.h
50
// Returns true if this increases
send_window_offset_
and is now blocked.
111
uint64
send_window_offset_
;
member in class:net::QuicFlowController
/external/chromium_org/net/quic/test_tools/
quic_flow_controller_peer.cc
19
flow_controller->
send_window_offset_
= offset;
38
return flow_controller->
send_window_offset_
;
Completed in 77 milliseconds