Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Routing messages
| Subject: | Routing messages |
| Posted by: | "Mirakq" (ak_..@abv.bg) |
| Date: | Tue, 22 Aug 2006 14:40:38 |
using TIdUDPServer - OnUDPRead event:
will the data be routed to the client that has sent it (if it doesn't have a
real IP address) by using the ABinding.SendTo(ABinding.PeerIP,
ABinding.PeerPort, cmd, SizeOf(cmd)); method ?