]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: proxy-protocol: clarify UDP usage
authorKevin Ludwig <valaphee@gmail.com>
Wed, 13 May 2026 14:53:58 +0000 (16:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 13 May 2026 14:53:58 +0000 (16:53 +0200)
commit6e9b9196bd092d1d115a344e917f72b7dd7249cb
treebfd7f1ebb4862d997abfd3a58d889761b70f9cd9
parentf4edcdf4de0369abd8d85434064722416d8c9be2
DOC: proxy-protocol: clarify UDP usage

the proxy protocol spec didn't specify UDP and therefore most
implementations treat it as a TCP connection and re-use the last send
information for a ip/port pair.

This change makes it more clear.
doc/proxy-protocol.txt