mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore: remove resolved TODO (#2509)
This commit is contained in:
@@ -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<CB: Callbacks, TRoleState: RoleState> {
|
||||
next_index: Mutex<IndexLfsr>,
|
||||
// We use a tokio Mutex here since this is only read/write during config so there's no relevant performance impact
|
||||
|
||||
Reference in New Issue
Block a user