Upgrade to Rust 1.41.1

This commit is contained in:
Michael Vines
2020-02-27 22:19:56 -07:00
parent 74da2de3b7
commit 7d27be2a73
6 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ pub const NUM_PACKETS: usize = 1024 * 8;
pub const PACKETS_PER_BATCH: usize = 256;
pub const NUM_RCVMMSGS: usize = 128;
pub const PACKETS_BATCH_SIZE: usize = (PACKETS_PER_BATCH * PACKET_DATA_SIZE);
pub const PACKETS_BATCH_SIZE: usize = PACKETS_PER_BATCH * PACKET_DATA_SIZE;
#[derive(Debug, Clone)]
pub struct Packets {