Re: [twsocket] ZeroWindow

2006-06-27 Thread Dan
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

Re: [twsocket] ZeroWindow

2006-06-27 Thread emanuele bizzarri
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? > -

Re: [twsocket] Can't Resolve Hostname to IP Address!

2006-06-27 Thread Marcelo Grossi
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

Re: [twsocket] ZeroWindow

2006-06-27 Thread emanuele bizzarri
:-) 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://

Re: [twsocket] ZeroWindow

2006-06-27 Thread Francois PIETTE
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

Re: [twsocket] ZeroWindow

2006-06-27 Thread emanuele bizzarri
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

Re: [twsocket] Can't Resolve Hostname to IP Address!

2006-06-27 Thread Borosnyay Péter
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

Re: [twsocket] ZeroWindow

2006-06-27 Thread Francois PIETTE
> 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

[twsocket] ZeroWindow

2006-06-27 Thread emanuele bizzarri
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