Skip to main content

Module async_tokio

Module async_tokio 

Source
Expand description

The packet processing dataplane, as a tokio task.

Structs§

DataPlane
Transforms packets to make tailscale happen.

Type Aliases§

DataplaneFromOverlay
Queue for packets entering the data plane “down” from an overlay transport.
DataplaneFromUnderlay
Queue for packets entering the data plane “up” from an underlay transport.
DataplaneToOverlay
Queue for packets leaving the data plane “up” into an overlay transport.
DataplaneToUnderlay
Queue for packets leaving the data plane “down” into an underlay transport.