Searched refs:max_pending_send_allowed_ (Results 1 – 4 of 4) sorted by relevance
27 max_pending_send_allowed_(0), in WebSocket()148 max_pending_send_allowed_ = max_pending_send_allowed; in OnConnected()152 current_read_buf_->SetCapacity(max_pending_send_allowed_); in OnConnected()246 max_pending_send_allowed_)); in SendPending()
198 int max_pending_send_allowed_; variable
113 int max_pending_send_allowed() const { return max_pending_send_allowed_; } in max_pending_send_allowed()273 int max_pending_send_allowed_; variable
52 max_pending_send_allowed_(kMaxPendingSendAllowed), in SocketStream()165 if (current_amount_send > max_pending_send_allowed_) in SendData()310 delegate_->OnConnected(this, max_pending_send_allowed_); in DidEstablishConnection()