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
Hi, this is an idea more than an issue. We decided to add these parameters
/// <summary> /// Custom development: Fixed part of the NetPeer resend delay /// </summary> public double ResendFixedDelay = 25.0; /// <summary> /// Custom development: Multiplication factor of Rtt in the NetPeer resend delay calculation /// </summary> public double ResendRttMultiplier = 2.1;
to tune the delay time to re-send a packet waiting for a hack. Some time we just want to be more aggressive at the cost of more bandwidth. Thoughts?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, this is an idea more than an issue.
We decided to add these parameters
to tune the delay time to re-send a packet waiting for a hack. Some time we just want to be more aggressive at the cost of more bandwidth. Thoughts?
The text was updated successfully, but these errors were encountered: