bugfix: send packet enable rehash

This commit is contained in:
luwenpeng
2023-10-15 21:05:06 +08:00
parent 2d9fecdf0f
commit db517610e0
3 changed files with 22 additions and 1 deletions

View File

@@ -449,7 +449,7 @@ static int send_packet_to_sf(marsio_buff_t *rx_buff, struct metadata *meta, stru
}
int nsend = marsio_buff_datalen(rx_buff);
marsio_send_burst(packet_io->dev_endpoint.mr_path, thread_index, &rx_buff, 1);
marsio_send_burst_with_options(packet_io->dev_endpoint.mr_path, thread_index, &rx_buff, 1, MARSIO_SEND_OPT_REHASH);
return nsend;
}