Remove explicit setting of read_ahead for DTLS. It never makes sense not to
authorMatt Caswell <matt@openssl.org>
Mon, 26 Jan 2015 16:46:49 +0000 (16:46 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 27 Jan 2015 14:30:25 +0000 (14:30 +0000)
commit0ed9ca21ae788097b030d1454152644d34131c76
treee6562635f35568fc1519e77c778f15e3dbfa8c6b
parent11b32d6e29b87eaf8d14f218ff2a739af2237555
Remove explicit setting of read_ahead for DTLS. It never makes sense not to
use read_ahead with DTLS because it doesn't work. Therefore read_ahead needs
to be the default.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(cherry picked from commit f4002412518703d07fee321d4c88ee0bbe1694fe)
apps/s_client.c
apps/s_server.c