Expand description
PROXY protocol v2 implementation
Implements HAProxy’s PROXY protocol version 2 for passing client connection information to backend servers in a binary header format.
Reference: https://www.haproxy.org/download/2.9/doc/proxy-protocol.txt
Functions§
- build_
proxy_ v2_ header - Builds a PROXY protocol v2 header for TCP connections
- build_
proxy_ v2_ local_ header - Builds a minimal PROXY protocol v2 header for LOCAL command (no address info)