Re: [nodejs] UDP Broadcast and multiple interfaces

2016-09-23 Thread John Shaver
Hey Paul, I've not tried this myself, but wouldn't you specify which address to listen to (and therefore which interface) when you call bind. If you specify, that address, it should only listen on the interface associated with that address, right? If you wanted to listen on multiple interfaces,

[nodejs] UDP Broadcast and multiple interfaces

2016-09-22 Thread Paul J R
Hi All, For the last couple of days i've been attempting to implement a DHCP server and have run up against a few limitations that I think spell the end of idea (in pure JS at least). Handing udp broadcast itself is fairly straightforward, but when its coming in from multiple interfaces there