Searched refs:available_send_bytes (Results 1 – 3 of 3) sorted by relevance
148 if (s->available_send_bytes.has_value()) { in local_socket_flush_incoming()213 if (s->available_send_bytes) { in local_socket_flush_outgoing()214 *s->available_send_bytes -= data.size(); in local_socket_flush_outgoing()231 if (s->available_send_bytes) { in local_socket_flush_outgoing()232 if (*s->available_send_bytes <= 0) { in local_socket_flush_outgoing()233 D("LS(%u): send buffer full (%" PRId64 ")", saved_id, *s->available_send_bytes); in local_socket_flush_outgoing()423 if (s->available_send_bytes.has_value() != acked_bytes.has_value()) { in local_socket_ack()424 LOG(ERROR) << "delayed ack mismatch: socket = " << s->available_send_bytes.has_value() in local_socket_ack()429 if (s->available_send_bytes.has_value()) { in local_socket_ack()431 *s->available_send_bytes, *acked_bytes); in local_socket_ack()[all …]
130 std::optional<int64_t> available_send_bytes; member
510 s->available_send_bytes = send_bytes; in handle_packet()