We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Great project! It would be even better if UDP could support multicast reception and relayer
The text was updated successfully, but these errors were encountered:
Maybe not, for example:
What if the multicast targets respond differently? like:
request -----multicast -----> {target1, target2} , but, they responds {resp1, resp2} , where resp1 != resp2 ?
Sorry, something went wrong.
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.
supported random next hop in the latest commit.
No branches or pull requests
Great project!
It would be even better if UDP could support multicast reception and relayer
The text was updated successfully, but these errors were encountered: