Add flag to mark a packet as discarded (#6427)

This commit is contained in:
Sagar Dhawan
2019-10-17 16:26:29 -07:00
committed by GitHub
parent 52b5edcb8f
commit 298ba34c3c
3 changed files with 10 additions and 25 deletions

View File

@ -13,6 +13,7 @@ pub struct Meta {
pub size: usize,
pub forward: bool,
pub repair: bool,
pub discard: bool,
pub addr: [u16; 8],
pub port: u16,
pub v6: bool,