Add flag to mark a packet as discarded (#6427)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user