DOC: peers: fix the protocol tag name in the doc
authorWilly Tarreau <w@1wt.eu>
Sun, 9 May 2021 04:38:07 +0000 (06:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 9 May 2021 04:38:07 +0000 (06:38 +0200)
commit84c4e7451eb99261758f3e009d3e938506dd8982
tree8e262b2e537db5a970cf135e2ff0254953487827
parent58000fe16dc0707dbfb6ab377f99ae7d66f5480d
DOC: peers: fix the protocol tag name in the doc

The peers protocol has been using "HAProxyS" as a binary tag sent on the
wire since day one in 1.5-dev3 with commit 2b920a1af ("[MAJOR] Add new
files src/peer.c, include/proto/peers.h and include/types/peers.h for
sync stick table management"), regardless, the doc says the protocol
identifier is "HaproxyS". It is likely this got fixed in the code before
merging and not in the doc.

This should be backported to any release as the doc is wrong.
doc/peers-v2.0.txt