openssl/util/perl/TLSProxy
Richard Levitte e02d588663 TLSProxy::Proxy: Don't use ReuseAddr on Windows
On Windows, we sometimes see a behavior with SO_REUSEADDR where there
remains lingering listening sockets on the same address and port as a
newly created one.

An easy solution is not to use ReuseAddr on Windows.

Thanks Bernd Edlinger for the suggestion.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5103)
2018-01-18 10:56:20 +01:00
..
Certificate.pm
CertificateVerify.pm
ClientHello.pm
EncryptedExtensions.pm
Message.pm Update TLSProxy to know about new HRR style 2017-12-14 15:06:37 +00:00
NewSessionTicket.pm
Proxy.pm TLSProxy::Proxy: Don't use ReuseAddr on Windows 2018-01-18 10:56:20 +01:00
Record.pm Update TLSProxy to know about new HRR style 2017-12-14 15:06:37 +00:00
ServerHello.pm Send supported_versions in an HRR 2017-12-14 15:06:37 +00:00
ServerKeyExchange.pm