Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Dec : Indy UDP source port
| Subject: | Indy UDP source port |
| Posted by: | "Matheus Degiovani" (mathe..@tilt.net) |
| Date: | Fri, 23 Dec 2005 11:52:16 |
Hello,
Is there a way to tell the TIdIndyUDP component to use a specific port
as source port when sending datagrams, so that I can use a TIdUDPServer
to listen on this port and respond to events?
The main objective here is to build a bidirectional UDP system, but
hopefully without using blocking receiveBuffer calls.
Thanks.