Enforce read ahead with DTLS.
authorjsing <jsing@openbsd.org>
Mon, 8 Feb 2021 17:18:39 +0000 (17:18 +0000)
committerjsing <jsing@openbsd.org>
Mon, 8 Feb 2021 17:18:39 +0000 (17:18 +0000)
commit50c7844476b3d345d13be8503d28ceeb6305d7c5
tree02fe3bc47fb6e11f70a79e5948fc8d049d5a03c8
parent18695bdb463ae026d46baeaea4b1461115787807
Enforce read ahead with DTLS.

DTLS is largely broken/useless without read ahead being enabled, so enforce
it for DTLS. This behaviour matches both our documentation and OpenSSL.

ok tb@
lib/libssl/ssl_pkt.c