feat: added test tcp client

This commit is contained in:
Andrew Rioux
2023-09-19 10:24:51 -04:00
parent e5f6c2aa7e
commit 35bcf5352b
6 changed files with 251 additions and 67 deletions

View File

@@ -255,7 +255,7 @@ impl<T: Activated> Interface<T> {
}
pub fn set_filter(
&mut self,
&self,
filter: &str,
optimize: bool,
mask: Option<u32>,