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:35:11 +0000 (14:35 +0000)
commit131d3fdfe2deae6c7ff180c561c088e3e11dd659
tree7851928079c1176fbe62ac47e63ee4eefa0dce31
parent1895583835239bc44c3f6584e48f0279ad884f3b
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)

Conflicts:
apps/s_client.c
apps/s_server.c
apps/s_client.c
apps/s_server.c