CLEANUP/MINOR: connection: Improve consistency of PPv2 related constants
authorAlexander Stephan <alexander.stephan@sap.com>
Mon, 14 Aug 2023 19:10:11 +0000 (21:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Aug 2023 13:15:47 +0000 (15:15 +0200)
commitc9d47652d28c9c210fcda02e2fd4c095c86e9446
treeb5edadc5f63104230f414215eecc71ca51618520
parentbd84387beb26591e4dd4b77ecf970a584244973b
CLEANUP/MINOR: connection: Improve consistency of PPv2 related constants

This patch improves readability by scoping HA proxy related PPv2 constants
with a 'HA" prefix. Besides, a new constant for the length of a CRC32C
TLV is introduced. The length is derived from the PPv2 spec, so 32 Bit.
include/haproxy/connection-t.h
src/connection.c