You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to achieve broadcast so that I don't need to resend a large amount of datagrams to a different address. Is there a way to achieve sending UDP datagrams to multiple parties?
The text was updated successfully, but these errors were encountered:
Using standard UDP broadcast is not supported generally by laminar. However, you may be able to get away with it if you try to use UDP broadcast with the unreliable guarantees which "may" work fine.
I'm trying to achieve broadcast so that I don't need to resend a large amount of datagrams to a different address. Is there a way to achieve sending UDP datagrams to multiple parties?
The text was updated successfully, but these errors were encountered: