Skip to content
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

UDP Broadcast #269

Open
sjmackenzie opened this issue Dec 18, 2019 · 2 comments
Open

UDP Broadcast #269

sjmackenzie opened this issue Dec 18, 2019 · 2 comments

Comments

@sjmackenzie
Copy link

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?

@jstnlef
Copy link
Contributor

jstnlef commented Dec 20, 2019

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.

@ckaran
Copy link

ckaran commented Mar 25, 2020

@sjmackenzie See my comments about raptorq in #225, they may be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants