-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow UDP broadcasts #97
Comments
So the problem is broadcasts are an IPv4 subnet thing. This concept is entirely gone from IPv6, where they have something called "anycast" addresses, but it requires configuring entire groups of computers to use it...it's not like IPv4 where you just send a packet to the .255 address and things that care listen for it. |
Oh, I was not aware of this. Ig I will have to find a better solution for server discovery. Anyways, thank you for answering. You can close the issue if you want. |
So Wikipedia has this to say:
...so maybe this is doable? I'll leave this open for now until I research more. |
Found an multicast example that seems to work for me. |
SDL2_net had a way to enable or disable UDP broadcasts
SDL_net/src/SDLnetUDP.c
Line 185 in 8e1e4bf
The text was updated successfully, but these errors were encountered: