We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c4a47 commit 9724bc9Copy full SHA for 9724bc9
src/discof/repair/fd_repair_tile.c
@@ -882,6 +882,8 @@ after_frag( fd_repair_tile_ctx_t * ctx,
882
883
if( FD_UNLIKELY( ctx->skip_frag ) ) return;
884
885
+ ctx->stem = stem;
886
+
887
uint in_kind = ctx->in_kind[ in_idx ];
888
if( FD_UNLIKELY( in_kind==IN_KIND_CONTACT ) ) {
889
handle_new_cluster_contact_info( ctx, ctx->buffer, sz );
@@ -1035,7 +1037,6 @@ after_frag( fd_repair_tile_ctx_t * ctx,
1035
1037
return;
1036
1038
}
1039
- ctx->stem = stem;
1040
fd_eth_hdr_t const * eth = (fd_eth_hdr_t const *)ctx->buffer;
1041
fd_ip4_hdr_t const * ip4 = (fd_ip4_hdr_t const *)( (ulong)eth + sizeof(fd_eth_hdr_t) );
1042
fd_udp_hdr_t const * udp = (fd_udp_hdr_t const *)( (ulong)ip4 + FD_IP4_GET_LEN( *ip4 ) );
0 commit comments