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

Soak Testing Multicast Environments with More Than One Receiver #220

Open
SercanKaraoglu opened this issue Aug 1, 2023 · 2 comments
Open

Comments

@SercanKaraoglu
Copy link

In environments where we are measuring relatively low latency connections (sub 100usec) and a very accurate time source is not available, sockperf is our preferred tool since ping-pong tests involve reply packets sent from the server to the client where the TSC registers are used for timing. This is good for unicast or single flow multicast tests. However we are unable to use sockperf when soak testing multicast environments with more than one receiver (i.e. 1:N is not supported). Is it possible to add a feature to the client and/or server code to allow for a single client to measure latency from multiple receivers using the same reply packet and TSC register approach?

@igor-ivanov
Copy link
Collaborator

Hello @SercanKaraoglu
Arguably you mean scenario described at following commit message as b741ab3
So, there is no plan to support it soon.

@SercanKaraoglu
Copy link
Author

Allright then would you be open to guiding me on how I could implement it myself? That would save me some time trying to reverse engineer the project. I can commit my time to contribute if you are interested having this feature in.

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