Skip to content

Commit

Permalink
quic: fix reassembly buffer miscounting
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgee-jump committed Sep 18, 2024
1 parent c1025dc commit 97542e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/fdctl/run/tiles/fd_quic.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ quic_stream_notify( fd_quic_stream_t * stream,
uint tspub = (uint)fd_frag_meta_ts_comp( fd_tickcount() );
int pub_err = fd_tpu_reasm_publish( reasm, slot, mcache, base, seq, tspub );
ctx->metrics.reasm_publish[ pub_err ]++;
if( FD_UNLIKELY( pub_err!=FD_TPU_REASM_SUCCESS ) ) return;

fd_mux_advance( mux );
}
Expand Down

0 comments on commit 97542e4

Please sign in to comment.