On 2018-11-12, Sean MacLennan <[email protected]> wrote: > I am surprised you are getting away with binding the socket to the > broadcast address.
I found in ip(7):
INADDR_BROADCAST (255.255.255.255) means any host and has the same
effect on bind as INADDR_ANY for historical reasons.
So that explains why it worked.
BTW, is there going to be a part 3/3?
