Re: TCP Blocking sockets
no_email_addy_at_no_email_addy.com
Date: 02/16/04
- Next message: oldman: "Re: How to disable <CTRL> key??"
- Previous message: no_email_addy_at_no_email_addy.com: "Re: TCP Blocking sockets"
- In reply to: Dragon Lord: "Re: TCP Blocking sockets"
- Next in thread: Jamie: "Re: TCP Blocking sockets"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 16 Feb 2004 11:56:51 GMT
>> The number of bytes that's in transit is what I'm really after, or rather
>how
>> much of what I've sent has been rx'ed at other end - to be able to judge
>how
>> fast I can push the data into the socket without flooding the thing.
>>
>
>if you do
>
>WSAIoctl(SocketHandle, SIO_FLUSH, nil, 0, nil, 0, Returned, nil, nil);
>
>This wont tell you how much has been Rx'ed but it does make sure everything
>in the SendQ has been sent and received before returning.
Thanks
Clive
- Next message: oldman: "Re: How to disable <CTRL> key??"
- Previous message: no_email_addy_at_no_email_addy.com: "Re: TCP Blocking sockets"
- In reply to: Dragon Lord: "Re: TCP Blocking sockets"
- Next in thread: Jamie: "Re: TCP Blocking sockets"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|