Modules

Quilkin configuration.
Types representing where the data is the sent.
Filters for processing packets.

Macros

Returns a ConvertProtoConfigError with an error message when an invalid proto enum value was provided in a filter’s proto config.
Includes generated Protobuf definitions from tonic.
Maps an integer from a protobuf enum value to a target enum variant. Both protobuf and target enum must have similar variants. The protobuf enum variant should be cast-able to an i32 Returns an OK Result with the target enum variant otherwise ConvertProtoConfigError if the provided value does not map to any enum variant.

Structs

The Command-Line Interface for Quilkin.
Config is the configuration of a proxy
The UDP proxy service.

Type Definitions