Do not retransmit Repair responses (#6284)
* Do not retransmit Repair responses * Add a test * Refactor neighboring functionality
This commit is contained in:
@@ -41,6 +41,7 @@ pub const PACKETS_BATCH_SIZE: usize = (PACKETS_PER_BATCH * PACKET_DATA_SIZE);
|
||||
pub struct Meta {
|
||||
pub size: usize,
|
||||
pub forward: bool,
|
||||
pub repair: bool,
|
||||
pub addr: [u16; 8],
|
||||
pub port: u16,
|
||||
pub v6: bool,
|
||||
|
Reference in New Issue
Block a user