mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore(snownet): fix buffering log message (#10060)
What we are actually buffering here are unencrypted IP packets that are waiting for the tunnel to be established.
This commit is contained in:
@@ -442,7 +442,7 @@ where
|
||||
ip_buffer.push(packet);
|
||||
let num_buffered = ip_buffer.len();
|
||||
|
||||
tracing::debug!(%num_buffered, %cid, "ICE is still in progress, buffering WG handshake");
|
||||
tracing::debug!(%num_buffered, %cid, "ICE is still in progress, buffering IP packet");
|
||||
|
||||
return Ok(None);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user