<div>I was wondering if the socket returned by accept() has the same port number on the server side of the pipe as the listener.</div>
<div>&nbsp;</div>
<div>I am trying to write my version of accept and I want to make sure that I know what&#39;s going on conecptually.</div>
<div>&nbsp;</div>
<div>Also, a lot of these send() recv() calls seem to happen under the surface of our application (where the client seems to be continuously ACK&#39;ing packets even though&nbsp;they&#39;re not technically in the recv() call). Does this pose a problem, namely with RTT and timeouts? How does the normal TCP do it when we use send()/recv()? It seems like the OS handles everything for us (ACK wise).
</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>Rick</div>