Re: Ignore received data with ICS


2003-07-29 02:49:42 AM
delphi24
from the time you receive a connect request get the GetTicks count..
and as the data is being recieved keep updating this counter until you have
received
data that has a must more time gap in it which after that point you can now
accept all incoming data.
Maximilian Scherr writes:
Quote
Hi,

I have a problem: I am createing a server emulator, and because of some
strange reason the client (which i can not change) sends a huge chunk of data
which isn't needed. I'd like to be able to ignore that data completely,
i don't think of letting the dataavailable procedure run and check it inside
of that, no my question is: how can i make the twclientsocket ignore a
defined size of incoming data?

thanks,

Max