Skip to main content

Crate ts_dataplane

Crate ts_dataplane 

Source
Expand description

§ts_dataplane

The packet processing data plane.

The core of the data plane is synchronous and non-blocking, so that it can be wrapped in the user’s choice of sync/async runtimes.

Modules§

async_tokio
The packet processing dataplane, as a tokio task.

Structs§

DataPlane
Transforms packets to make tailscale happen.
InboundResult
The result of processing inbound packets.
OutboundResult
The result of processing outbound packets.
PacketIdent
Heuristic identification of a packet.

Enums§

PacketType
Heuristically-determined packet type.
Subsystem
A data plane subsystem that can be the subject of timer events.