Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : IdTCPServer and IdIOHandlerThrottle
| Subject: | IdTCPServer and IdIOHandlerThrottle |
| Posted by: | "Beto Neto" (nospam@domain.com) |
| Date: | Fri, 16 Feb 2007 13:32:07 |
I'm trying to set on IdTCPServer1.OnConnect:
IdIOHandlerThrottle1.BytesPerSec := 31457280; // 30kb/s
AThread.Connection.IOHandler := IdIOHandlerThrottle1;
After set it, the server close the client connection...
Why ?!
Thanks