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

Configurable Resend packet delay for reliable packets #567

Open
sebas77 opened this issue Nov 1, 2024 · 0 comments
Open

Configurable Resend packet delay for reliable packets #567

sebas77 opened this issue Nov 1, 2024 · 0 comments

Comments

@sebas77
Copy link

sebas77 commented Nov 1, 2024

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?

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