BIO_s_connect: Do not set keepalive on dgram sockets
authorHugo Landau <hlandau@openssl.org>
Mon, 1 Apr 2024 08:03:20 +0000 (09:03 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 2 Apr 2024 17:04:10 +0000 (19:04 +0200)
commit56736800224eff5783e314fd334c047224081c58
tree0d0db4912d8aed068c1aa8efed99790a3a719ac0
parent15585af97ec682182f40f815741e66f1ec40f941
BIO_s_connect: Do not set keepalive on dgram sockets

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24015)
crypto/bio/bss_conn.c