Re: [twsocket] UDP Address

2008-10-16 Thread Xealot
gt; > {$ifdef DEBUG} > WriteLn('UDP packet received from ', inet_ntoa(Src.sin_addr)); > WriteLn('Data ', Buffer); > > --- > Rgds, Wilfried [TeamICS] > http://www.overbyte.be/eng/overbyte/teamics.html > http://www.mestdagh.biz > > Friday, October 17,

Re: [twsocket] UDP Address

2008-10-16 Thread Xealot
Hello, Same result. PeerAddr will invoke the GetPeerAddr function: property PeerAddr : String read GetPeerAddr; Thanks for your timeso far. On Fri, Oct 17, 2008 at 5:25 AM, brian <[EMAIL PROTECTED]> wrote: > Maybe GetPeerAddr? > > - Original Message - > From

Re: [twsocket] UDP Address

2008-10-16 Thread Xealot
lient port On Fri, Oct 17, 2008 at 4:54 AM, brian <[EMAIL PROTECTED]> wrote: > Have you checked PeerAddr? > > - Original Message - > From: "Xealot" <[EMAIL PROTECTED]> > To: > Sent: Friday, October 17, 2008 04:47 > Subject: [twsocket] UDP Addre

[twsocket] UDP Address

2008-10-16 Thread Xealot
Hello! I would like to know if its possible to get the address that a UDP packet comes from. I am making an application that will send multiple packets to different hosts using SendTo and I will be receiving replies from them. I have no power to change the protocol, so I need to know if its poss