added retransmission of repair messages

This commit is contained in:
OEM Configuration (temporary user)
2018-06-17 04:33:24 -07:00
committed by Greg Fitzgerald
parent 85b6e7293c
commit b20efabfd2
2 changed files with 64 additions and 11 deletions

View File

@@ -29,6 +29,7 @@ pub const NUM_BLOBS: usize = (NUM_PACKETS * PACKET_DATA_SIZE) / BLOB_SIZE;
#[repr(C)]
pub struct Meta {
pub size: usize,
pub num_retransmits: u64,
pub addr: [u16; 8],
pub port: u16,
pub v6: bool,