<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Version 2.0.49 and later</td></tr>
</table>
<p><code>AcceptEx()</code> is a Microsoft WinSock v2 API that provides
some performance improvements over the use of the BSD style
<code>accept()</code> API in certain circumstances. Some popular Windows
products, typically virus scanning or virtual private network
packages, have bugs that interfere with the proper operation of
<code>AcceptEx()</code>. If you encounter an error condition like:</p>
<div class="example"><p><code>
[error] (730038)An operation was attempted on something that is
not a socket.: winnt_accept: AcceptEx failed. Attempting to recover.
</code></p></div>
<p>you should use this directive to disable the use of
<code>AcceptEx()</code>.</p>
</div>
</div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../de/mod/mpm_winnt.html" hreflang="de" rel="alternate" title="Deutsch"> de </a> |
<a href="../en/mod/mpm_winnt.html" title="English"> en </a> |
<a href="../es/mod/mpm_winnt.html" hreflang="es" rel="alternate" title="Espa±ol"> es </a> |
<a href="../ja/mod/mpm_winnt.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p>
</div><div id="footer">
<p class="apache">Copyright 1999-2004 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>