Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Oct : About timeouts
| Subject: | About timeouts |
| Posted by: | "Olivier Pons" (olivier.pons@f.r.e.e.fr.remove.unnecessary.dots.com) |
| Date: | Fri, 21 Oct 2005 08:36:59 |
I'm using completion ports with asynchronous socket operations.
Everything works fine but I want to set my own timeouts for
connecting, writing, and reading ops.
It seems windows has its own timeouts and we can't change them.
Any idea how to do that ?