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
In some scenarios (e.g. for redundancy) it is required to send UDP stream to multiple remote sockets.
Add support for multiple comma-separated sockets values of -r argument: -r 10.10.10.10:1234,11.11.11.11:4321
The text was updated successfully, but these errors were encountered:
implemented in branch #1-multiple-remote-sockets
multiple destinations are supported by providing comma-separated sockets:
./speederv2 -c -l 127.0.0.1:1111 -r 127.0.0.1:2222,127.0.0.1:3333
Sorry, something went wrong.
No branches or pull requests
In some scenarios (e.g. for redundancy) it is required to send UDP stream to multiple remote sockets.
Add support for multiple comma-separated sockets values of -r argument: -r 10.10.10.10:1234,11.11.11.11:4321
The text was updated successfully, but these errors were encountered: