Security implications of setting the broadcast flag on a UDP socket
Are there any negative security effects of setting the SO_BROADCAST option in a C UDP socket? I’m writing a C program and if I just set the broadcast option to 1 then all IP addresses work as intended, but if I don’t set it t… Continue reading Security implications of setting the broadcast flag on a UDP socket