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

Could multicast be supported in the future? #1

Open
Geker opened this issue Dec 9, 2024 · 3 comments
Open

Could multicast be supported in the future? #1

Geker opened this issue Dec 9, 2024 · 3 comments

Comments

@Geker
Copy link

Geker commented Dec 9, 2024

Great project!
It would be even better if UDP could support multicast reception and relayer

@xtaci
Copy link
Owner

xtaci commented Dec 9, 2024

Maybe not, for example:

What if the multicast targets respond differently? like:

request -----multicast -----> {target1, target2} , but, they responds {resp1, resp2} , where resp1 != resp2 ?

@xtaci
Copy link
Owner

xtaci commented Dec 9, 2024

And if you really need redundancy, you could start multiple instances like:
groupA: relayer1 -> relayer2
groupB: relayer3 -> relayer4

And the client program selectively send the packets to relayers.

@xtaci
Copy link
Owner

xtaci commented Dec 10, 2024

supported random next hop in the latest commit.

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

2 participants