[][src]Module ppp::model

Types representing both text and binary versions of HAProxy's proxy protocol header.

Structs

Header

A parsed proxy protocol header.

Tlv

A Type-Length-Value object.

Enums

Addresses

An reference to a destination; either remote or local. Unix addresses must be 108 bytes. A none address means no address was found, this is done to avoid unwrapping an optional and then an address.

Command

The type of connection received by the server from the proxy.

Protocol

The network protocol used by the client.

Version

The version of the proxy protocol header.

Type Definitions

ParseResult