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

support for multiple remote sockets #1

Closed
Girgitt opened this issue Mar 9, 2025 · 1 comment
Closed

support for multiple remote sockets #1

Girgitt opened this issue Mar 9, 2025 · 1 comment

Comments

@Girgitt
Copy link
Owner

Girgitt commented Mar 9, 2025

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

@Girgitt
Copy link
Owner Author

Girgitt commented Mar 10, 2025

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

@Girgitt Girgitt closed this as completed Mar 10, 2025
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

1 participant