Only auto-retry for DTLS if configured to do so
authorMatt Caswell <matt@openssl.org>
Thu, 3 May 2018 15:00:05 +0000 (16:00 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 11 May 2018 12:54:56 +0000 (13:54 +0100)
commiteb49905e605241dd1369d54df264976f8ea7f823
treed89c6d4a86ce903304a9f28250f0996632744a6d
parent960e7bfb32af0ff3586ae2b4953d1228fa43ea16
Only auto-retry for DTLS if configured to do so

Otherwise we may end up in a hang when using blocking sockets

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6196)
ssl/record/rec_layer_d1.c