You can use OnDataSent to know when WSocket has sent all its data to Winsock
and you can send some more. If TCP window goes to 0 as you put it, then
Winsock wont be able to send anymore so you wont get the OnDataSent until it
can. So, say you have a file to send, send it in blocks of a few KB at
I think it's right. Now there is no problem about TCP Zero Window.
Thankyou vey much.
emanuele bizzarri ha scritto:
> :-)
>
> The solution could be use a thread to manage winsock messages and a
> thread to elaborate received data. So DataAvailable do nothing.
> What do you think about it?
>
-
The user has installed a program called "RealSecure Desktop Protector".
Probably this is the one ... gonna run some tests :-(
Cheers
- Original Message -
From: "Borosnyay Péter" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Tuesday, June 27, 2006 1:12 PM
Subject: Re: [twsocket] C
:-)
The solution could be use a thread to manage winsock messages and a
thread to elaborate received data. So DataAvailable do nothing.
What do you think about it?
Francois PIETTE ha scritto:
> You simply have to rewrite winsock or at least the TCP part :-)
>
> --
> [EMAIL PROTECTED]
> http://
You simply have to rewrite winsock or at least the TCP part :-)
--
[EMAIL PROTECTED]
http://www.overbyte.be
- Original Message -
From: "emanuele bizzarri" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Tuesday, June 27, 2006 6:25 PM
Subject: Re: [twsocket] ZeroWindow
> Hi Francoi
Hi Francois,
yes, it refer to TCP flow control.
During TCP transmission, the receiver sends acknoledge packets to the
transmitter specifying the Usable Window Size as amount of data he can
accept.
If Usable Window Size goes to 0 the transmission stops.
In my application, this condition is verif
Programmers are not network administrators by default ...
:-)
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
> Is it possible to detect TCP ZeroWindow by twsocket in order to stop
> transmission?
I don't know what "TCP zero window" is, but I'm almost sure you can't do
anything with it using ICS.
Note that if this refer to TCP flow control, you have nothing to doto stop
transmission, it is automatically
Hi,
Is it possible to detect TCP ZeroWindow by twsocket in order to stop
transmission?
Thanks,
Emanuele Bizzarri
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be