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:28:41 +0000 (14:28 +0000)
commitf4002412518703d07fee321d4c88ee0bbe1694fe
tree5a19cf2b203f3a8877823223be6ff1fec3cf5ef2
parent8dd4ad0ff5d1d07ec4b6dd5d5104131269a472aa
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>
apps/s_client.c
apps/s_server.c