From 44a9b25392a13aa148b3b647aba912bc95713657 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 21 Aug 2003 18:33:58 +0000 Subject: [PATCH] restructured osi socket interface to support address reuse variations on darwin and win32 --- documentation/RELEASE_NOTES.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 25f3bba4a..515734c67 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -212,6 +212,11 @@ updated to detect this type of problem.

thread support is defective when file scope destructors are being run. The symptom was a hang during process exit. A workaround was installed.

+

Multiple CA Servers on MAC OSX

+ +

A patch was made to allow multiple CA servers on MAC OSX. OSX is a recent +branch off of BSD and therefore requires socket option SO_REUSEPORT.

+

Changes since 3.14.1