Hello Clément,

> Ok. But can I place a LineLimit over 200kbytes? or better yet,
> unlimited? (those help files can get very big may be over 1Mb)

Yes. Since you connect to a known server you dont have to be afraid of a
DOS attac. So set LineLimit := $7FFFFFFF; which is the highest possible
value.

TWSocket will then buffer the data for you until the terminating
character is received and then OnDataAvailable will fire where you can
receive the whole data at once.

> Can I set the LineLimit at runtime at any time?

You can set it at any time, but I think (see above) it is not needed for
you to change it the whole time.

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

-- 
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

Reply via email to