Hi,

How can I used a PC without network cable connected (WinXP), to
do broadcast with UDP. i.e.

Create 1 Send socket with 
  Send.Addr        = '255.255.255.255'
  Send.LocalAddr   = '127.0.0.1'
  Send.ReuseAddr   = true

And few Listen socket
  Listen.Addr      = '0.0.0.0'   
  Listen.LocalAddr = '127.0.0.1'
  Listen.ReuseAddr = true

If the PC connected with cable, both LocalAddr I set
to x.x.x.x, and it work well.

What others setting I needed to set, in order to work
when cable not connect?

Regards,
KL Chin




-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to