]> git.ipfire.org Git - thirdparty/openssl.git/commit
Enable send-/recvmmsg for AIX >= 7.2 and disable SUPPORT_LOCAL_ADDR.
authorMatthias Kraft <Matthias.Kraft@ibm.com>
Fri, 5 Dec 2025 16:52:28 +0000 (17:52 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 11 Dec 2025 12:19:11 +0000 (13:19 +0100)
commit52cd2a49c53ee6b08a8a76624f2a80f00248d679
tree9438fc84c5c6f3bf0fdc2bc4c4ad5576e59ee3ed
parent26d138af724961c5f30263c15ae8137d4f86645b
Enable send-/recvmmsg for AIX >= 7.2 and disable SUPPORT_LOCAL_ADDR.

AIX doesn't support this implementation for local addresses. The AF_INET
case is unimplemented when sending. The AF_INET6 case is limited to 110
messages. The limiting factor is currently unclear.

Fixes #29292

Signed-off-by: Matthias Kraft <Matthias.Kraft@ibm.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29334)
crypto/bio/bss_dgram.c