mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
c7454e1af7
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. To avoid this scenario, we don't create a new proxy port for each new client run. Instead, we create one proxy socket when the proxy object is created, and close it when destroying that object. Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/5095) |
||
---|---|---|
.. | ||
Certificate.pm | ||
CertificateVerify.pm | ||
ClientHello.pm | ||
EncryptedExtensions.pm | ||
Message.pm | ||
NewSessionTicket.pm | ||
Proxy.pm | ||
Record.pm | ||
ServerHello.pm | ||
ServerKeyExchange.pm |