Skip to content

Commit

Permalink
set tlp_in_flight (#186)
Browse files Browse the repository at this point in the history
Co-authored-by: James Thomas <jthomas>
  • Loading branch information
jthomas43 authored May 29, 2024
1 parent 0cdddeb commit 316c213
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/udx.c
Original file line number Diff line number Diff line change
Expand Up @@ -949,8 +949,9 @@ udx__confirm_packet (udx_packet_t *pkt) {

// rack 7.3
if (pkt->is_tlp) {
stream->tlp_in_flight = true;
stream->tlp_end_seq = pkt->seq;
debug_printf("tlp: sent seq=%u\n", stream->tlp_end_seq);
debug_printf("tlp: sent seq=%u %s\n", stream->tlp_end_seq, stream->tlp_is_retrans ? " retransmission" : "");
}

// if (pkt->transmits > 1) {
Expand Down

0 comments on commit 316c213

Please sign in to comment.