more review comments
This commit is contained in:
@ -89,7 +89,7 @@ impl BankingStage {
|
|||||||
.iter()
|
.iter()
|
||||||
.flat_map(|(p, start_index)| &p.packets[**start_index..])
|
.flat_map(|(p, start_index)| &p.packets[**start_index..])
|
||||||
.collect();
|
.collect();
|
||||||
let blobs = packet::packets_to_blobs(&packets[..]);
|
let blobs = packet::packets_to_blobs(&packets);
|
||||||
|
|
||||||
for blob in blobs {
|
for blob in blobs {
|
||||||
socket.send_to(&blob.data[..blob.meta.size], forwarder)?;
|
socket.send_to(&blob.data[..blob.meta.size], forwarder)?;
|
||||||
|
Reference in New Issue
Block a user