-
Notifications
You must be signed in to change notification settings - Fork 119
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
How to adjust the sending rate? #29
Comments
What are you trying to achieve? Does traditional UDP sender work for you? |
I want to achieve RDMA rate allocation. Traditional UDP may still be different from RDMA. |
What do you mean by "RDMA rate allocation".... |
I want to set a flow to a fixed sending rate.Could you tell me where to change the code ? |
I can't really help you unless you tell me more about what you want to do.. E.g., do you want to disable DCQCN for all flows? for some flows? should the flows react to PFC? etc. If what you want can be implemented by 1) fix initial sending rate (take a look at the UDP component used in third.cc) and 2) disable DCQCN, you may trace down how this line works |
Thank you for your patience. |
How about here? Rate limit from the application layer. ns3-rdma/examples/tutorial/third.cc Line 505 in e8a27d0
|
Thank you very much for your patience. |
Could you tell me how to set the sending rate of a sender to a fixed value?Where should I change the code?
Thank you in advance.
The text was updated successfully, but these errors were encountered: