Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Oct : Mapped Port TCP Quick Data Sending
| Subject: | Mapped Port TCP Quick Data Sending |
| Posted by: | "John Adams" (380.vo..@gmail.com) |
| Date: | 30 Sep 2007 17:14:05 |
I have Delphi 7 Enterprise which comes with Indy 9.0 components. I am currently using the mapped port TCP component but I need to be able to send local and remote data in real time rather than let Indy's internal buffer size check kick in to send the data at its convenience. Any idea on how to write a procedure to do this without changing the source code directly? Is there a trick that I can do in order to achieve what I am asking?