Jeff Trawick wrote:

> If no bytes are going to the wire, what is happening in the TCP layer?
> Can you use netstat to display info about the TCP connection?  Maybe
> there are already bytes in the send buffer and the TCP stack can't
> accept any more because the other side isn't acknowledging bytes
> already sent?

As it turned out the code I was working on was way more broken than I
thought - many of the sockets were the wrong way round (client and
proxy), which meant the entire thing was hosed. Fixed the sockets, the
thing started working! :)

Regards,
Graham
-- 
-----------------------------------------
[EMAIL PROTECTED]               "There's a moon
                                        over Bourbon Street
                                                tonight..."

Reply via email to