Fix intermittent Windows and Cygwin failures in s_server
authorRichard Levitte <levitte@openssl.org>
Mon, 15 Jan 2018 09:40:24 +0000 (10:40 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 15 Jan 2018 17:55:32 +0000 (18:55 +0100)
commit9556a442188421b109d8c4ff51d34f3981aa25f0
treee0ee806d2dfdcae7be1e5e8503cceb9a2fe77932
parent44e688bca36ab4e1b4cd1cf6710871b7906e7c96
Fix intermittent Windows and Cygwin failures in s_server

The same kind of failure that has already been observed on the
s_client can sometimes also be observed on s_server, so we need to add
the same kind of 50ms delay as was previously added on s_client.

Ref: git commit cb2e10f257a464c6b475b321dd9e4769df84dbf6:

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5079)

(cherry picked from commit d17bdfc26d87097c2c80854fd521b6ecebdf5ebb)
apps/s_socket.c