Skip to content

Commit

Permalink
add bytes-inflight in case of retransmit-TLP
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomas43 committed Sep 13, 2024
1 parent be9a815 commit 609f46b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/udx.c
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,7 @@ udx__shift_packet (udx_socket_t *socket) {
if (pkt->lost) {
udx__queue_unlink(&stream->retransmit_queue, &pkt->queue);
udx__queue_tail(&stream->inflight_queue, &pkt->queue);
stream->inflight += pkt->size;
}

stream->tlp_is_retrans = true;
Expand Down

0 comments on commit 609f46b

Please sign in to comment.