Searched refs:tx_window_size (Results 1 – 5 of 5) sorted by relevance
174 uint8_t tx_window_size, in MakeEnhancedRetransmissionMode() argument181 tx_window_size, in MakeEnhancedRetransmissionMode()189 uint8_t tx_window_size, in RetransmissionAndFlowControlOption() argument195 tx_window_size_(tx_window_size), in RetransmissionAndFlowControlOption()206 tx_window_size_ = option_payload.tx_window_size; in RetransmissionAndFlowControlOption()219 payload.tx_window_size = tx_window_size_; in Encode()
504 remote_config().retransmission_flow_control_option()->tx_window_size(); in info()1109 if (peer_rfc_option.tx_window_size() < kErtmMinUnackedInboundFrames) { in CheckForUnacceptableErtmOptions()1114 peer_rfc_option.tx_window_size()); in CheckForUnacceptableErtmOptions()1117 } else if (peer_rfc_option.tx_window_size() > kErtmMaxUnackedInboundFrames) { in CheckForUnacceptableErtmOptions()1122 peer_rfc_option.tx_window_size()); in CheckForUnacceptableErtmOptions()
182 EXPECT_EQ(kTxWindow, rtx_option.tx_window_size()); in TEST_F()
123 uint8_t tx_window_size,137 uint8_t tx_window_size() const { return tx_window_size_; } in tx_window_size() function139 void set_tx_window_size(uint8_t tx_window_size) { in set_tx_window_size() argument140 tx_window_size_ = tx_window_size; in set_tx_window_size()183 uint8_t tx_window_size,
426 uint8_t tx_window_size; member