Expand description
The packet processing dataplane, as a tokio task.
Structs§
- Data
Plane - Transforms packets to make tailscale happen.
Type Aliases§
- Dataplane
From Overlay - Queue for packets entering the data plane “down” from an overlay transport.
- Dataplane
From Underlay - Queue for packets entering the data plane “up” from an underlay transport.
- Dataplane
ToOverlay - Queue for packets leaving the data plane “up” into an overlay transport.
- Dataplane
ToUnderlay - Queue for packets leaving the data plane “down” into an underlay transport.