diff --git a/rust/connlib/tunnel/src/lib.rs b/rust/connlib/tunnel/src/lib.rs index deac28059..0ca8ccac4 100644 --- a/rust/connlib/tunnel/src/lib.rs +++ b/rust/connlib/tunnel/src/lib.rs @@ -131,9 +131,7 @@ impl Device { } } -// TODO: We should use newtypes for each kind of Id -/// Tunnel is a wireguard state machine that uses webrtc's ICE channels instead of UDP sockets -/// to communicate between peers. +/// Tunnel is a wireguard state machine that uses webrtc's ICE channels instead of UDP sockets to communicate between peers. pub struct Tunnel { next_index: Mutex, // We use a tokio Mutex here since this is only read/write during config so there's no relevant performance impact