<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
You should mention somewhere (FIXME or TODO or something) what the code
currently rely on socket being not used by WSAIoctl. IIRC Windows won't
let you call WSAIoctl(0, ...)<br>
Correct way would be to retrieve both AcceptEx and GetAcceptExSockaddrs
routine addresses in AcceptEx wrapper and store lpOutputBuffer-&gt;fn
mapping somewhere.<br>
<br>
Jon Griffiths wrote:
<blockquote cite="mid:377233.89800.qm@web56615.mail.re3.yahoo.com"
 type="cite">
  <pre wrap="">Hi,

This is part one of a patch set that implements TransmitFile/Transmit packets and fixes bug 5048. This first part implements AcceptEx/GetAcceptExSockaddrs &amp; TransmitFile by calling them from ws2_32 using SIO_GET_EXTENSION_FUNCTION_POINTER. Next up is the implementation itself.

Cheers
Jon




      </pre>
  <pre wrap=""><pre wrap="">
<hr size="4" width="90%">

</pre></pre>
</blockquote>
<br>
</body>
</html>