|
|
|
@ -591,7 +591,6 @@ static void ack_timeout_check(struct ETCP_CONN* etcp) { |
|
|
|
pkt=(struct INFLIGHT_PACKET*)queue_data_get(etcp->input_wait_ack); |
|
|
|
pkt=(struct INFLIGHT_PACKET*)queue_data_get(etcp->input_wait_ack); |
|
|
|
if (!pkt) break; |
|
|
|
if (!pkt) break; |
|
|
|
// Increment counters
|
|
|
|
// Increment counters
|
|
|
|
pkt->send_count++; |
|
|
|
|
|
|
|
pkt->retrans_req_count++; // Optional, if used for retrans request logic
|
|
|
|
pkt->retrans_req_count++; // Optional, if used for retrans request logic
|
|
|
|
pkt->last_timestamp = now; |
|
|
|
pkt->last_timestamp = now; |
|
|
|
|
|
|
|
|
|
|
|
|