mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-11 00:02:43 +02:00
This struct is used by memcpy() and friends, particularly during the early recv() and send(). By keeping it 64-byte aligned, we let the underlying libs/kernel use optimal operations (e.g. AVX512) for memory copies while right now it's just random (buffers are found to be equally aligned to 32 and 64 in practice).