Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jan : TIdUDPClient/TIdUDPServer
| Subject: | TIdUDPClient/TIdUDPServer |
| Posted by: | "Alan Garny" (someo..@somewhere.com) |
| Date: | Fri, 27 Jan 2006 16:06:43 |
Hi, I am currently playing with UDP and I am able to do what I want with it,
but when reading a UDP packet by handlind the OnUDPRead event, I can see
that one of my computer's IP address (obtained via aBinding.PeerIP) is not
correct. After investigation, I noticed that the returned IP is one of the
two used by my copy of VMWare...
My question, therefore, is: how do I get around that?
Cheers, Alan.