apps/s_socket.c: disable the Nagle algorithm.
authorAndy Polyakov <appro@openssl.org>
Thu, 5 Apr 2018 16:59:36 +0000 (18:59 +0200)
committerAndy Polyakov <appro@openssl.org>
Sun, 8 Apr 2018 09:42:30 +0000 (11:42 +0200)
commitdcf3d83faf3542b984d5586bdb1d50c90137a29d
tree2a41c2f2705441fa99836a2aa896ed0d275de4dc
parent55fd5d3fc5f7df2bbbdc11caa14a33da383cf65b
apps/s_socket.c: disable the Nagle algorithm.

Without TCP_NODELAY alerts risk to be dropped between shutdown and close.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5887)
apps/s_socket.c