Re: [twsocket] broadcast to one of two adapters only

2010-03-01 Thread Darin McGee
, 2010 11:08 PM To: twsocket@elists.org Subject: [twsocket] broadcast to one of two adapters only Hi All, I am looking for a way to restrict the broadcasting of my UDP packets to one of my two network adaptors. One of the adaptors is connected to a different network (different DHCP server

Re: [twsocket] broadcast to one of two adapters only

2010-03-01 Thread Justin Wright
computer with a http proxy on it. -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Darin McGee Sent: Monday, 1 March 2010 10:39 PM To: ICS support mailing Subject: Re: [twsocket] broadcast to one of two adapters only Depends on what you

Re: [twsocket] broadcast to one of two adapters only

2010-03-01 Thread Stefan Paege
Am 01.03.2010 05:08, schrieb Justin Wright: I am looking for a way to restrict the broadcasting of my UDP packets to one of my two network adaptors. This is what I do in such a case: INetTarget: TSockAddrIn; LanOut: TWSocket; // UDP ... INetTarget.sin_addr.S_addr :=

Re: [twsocket] broadcast to one of two adapters only

2010-03-01 Thread Justin Wright
, 1 March 2010 11:37 PM To: twsocket@elists.org Subject: Re: [twsocket] broadcast to one of two adapters only Am 01.03.2010 05:08, schrieb Justin Wright: I am looking for a way to restrict the broadcasting of my UDP packets to one of my two network adaptors. This is what I do in such a case

[twsocket] broadcast to one of two adapters only

2010-02-28 Thread Justin Wright
Hi All, I am looking for a way to restrict the broadcasting of my UDP packets to one of my two network adaptors. One of the adaptors is connected to a different network (different DHCP server). This is where I get some HTTP data from. I don't want the UDP packets to be sent throughout