Skip to content

Commit

Permalink
tracemcast: fix bug where seqno was not being incremented
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed Oct 12, 2023
1 parent 4445d9d commit c63a145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/tracemcast/tracemcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ static libtrace_packet_t *packet_reader_thread(libtrace_t *trace UNUSED,
rdata->encaphdr->recordcount = 0;

rdata->reccount = 0;
rdata->seqno ++;
}

if (rem > gparams->mtu - (rdata->writeptr - rdata->pbuffer)
Expand Down

0 comments on commit c63a145

Please sign in to comment.