Wireguard Timer Support (#167)
This commit is contained in:
parent
fd9b3413ac
commit
dfd4dbc81e
10 changed files with 67 additions and 8 deletions
|
|
@ -26,7 +26,6 @@ impl TunInterface {
|
|||
}
|
||||
}
|
||||
|
||||
#[instrument]
|
||||
pub async fn recv(&self, buf: &mut [u8]) -> io::Result<usize> {
|
||||
loop {
|
||||
let mut guard = self.inner.readable().await?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue