]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: quic: fix recommandation for bind on multiple address
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 15 Feb 2024 17:43:44 +0000 (18:43 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 20 Feb 2024 15:10:21 +0000 (16:10 +0100)
commitf01ae9f07574f8f0ca6c5635f11bcfbfeb3bd5a0
treea33a5a9c09e9fed692f53f7d17dd9905435194fb
parentee88c4418fdb8f8be4e7d083dba86abd1e27621a
DOC: quic: fix recommandation for bind on multiple address

Documentation falsely mentions that binding on multiple addresses is
forbidden for QUIC listeners. This is not the case. Moreover, this
behavior is reliable when using destination address retrieval on receive
via IP_PKTINFO, which allows to determine the proper source address for
response.

This should be backported up to 2.7. On 2.6 specific source address
definition on sendmsg via IP_PKTINFO is not implemented. As such, bind
on multiple addresses should remain forbidden for this release.
doc/configuration.txt