Searched refs:window (Results 1 – 3 of 3) sorted by relevance
73 ULONG window; in _nx_secure_dtls_session_sliding_window_check() local80 window = dtls_session -> nx_secure_dtls_sliding_window; in _nx_secure_dtls_session_sliding_window_check()122 if(delta > (sizeof(window) * 8)) in _nx_secure_dtls_session_sliding_window_check()130 if(window & mask) in _nx_secure_dtls_session_sliding_window_check()
89 ULONG window; in _nx_tcp_socket_retransmit() local168 window = socket_ptr -> nx_tcp_socket_tx_outstanding_bytes >> 1; in _nx_tcp_socket_retransmit()171 if (window < (socket_ptr -> nx_tcp_socket_connect_mss << 1)) in _nx_tcp_socket_retransmit()173 window = socket_ptr -> nx_tcp_socket_connect_mss << 1; in _nx_tcp_socket_retransmit()177 socket_ptr -> nx_tcp_socket_tx_slow_start_threshold = window; in _nx_tcp_socket_retransmit()187 …socket_ptr -> nx_tcp_socket_tx_window_congestion += window + (socket_ptr -> nx_tcp_socket_connect_… in _nx_tcp_socket_retransmit()
11 Files are modified to fix window size overflow:605 …nx_tcp_socket_send_internal.c Fixed window size when receiving duplicated ACKs.607 …_socket_state_ack_check.c Fixed ACK number check when zero window probe is ACKed.608 … Fixed the condition to update window size.609 …nx_tcp_socket_state_transmit_check.c Fixed window size when receiving duplicated ACKs.1129 Files are added or modified to fix zero window probe packet:1560 … nx_tcp_fast_periodic_processing.c Modified the logic for zero window probe.1561 … Updated ACK number and window size for retransmitted packet.1568 … nx_tcp_socket_create.c Removed duplicated check for window size.1581 … Fixed a bug that the receive window can not recover.[all …]