Don't set TCP_NODELAY on a UDP socket
authorMatt Caswell <matt@openssl.org>
Wed, 2 May 2018 15:08:27 +0000 (16:08 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 11 May 2018 13:20:57 +0000 (14:20 +0100)
commitf478c8a7c0229feb9f446df68e9940e8782edd91
tree8b842967d54883f904851ac68453fa9472935450
parent66fab92316c913c781b2a274900d9d1e6a206ed0
Don't set TCP_NODELAY on a UDP socket

This was preventing DTLS connections from being made from the command line.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6159)
apps/s_socket.c