pub trait SnoopProxyInterface: Send + Sync {
// Required method
fn acknowledge_packets(&self, sequence: u64) -> Result<(), Error>;
}pub trait SnoopProxyInterface: Send + Sync {
// Required method
fn acknowledge_packets(&self, sequence: u64) -> Result<(), Error>;
}