Expand description
The OvpnCodec encoder/decoder implementation.
Structs§
- Ovpn
Codec - Tokio codec for the OpenVPN management interface.
Enums§
- Accumulation
Limit - Controls how many items the decoder will accumulate in a multi-line
response or
>CLIENT:ENV block before returning an error. - Encode
Error - Structured error for encoder-side validation failures.
- Encoder
Mode - Controls how the encoder handles characters that are unsafe for the
line-oriented management protocol (
\n,\r,\0).