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

Change nonce submission algorithm #30

Closed
Creepsky opened this issue Dec 24, 2016 · 1 comment
Closed

Change nonce submission algorithm #30

Creepsky opened this issue Dec 24, 2016 · 1 comment

Comments

@Creepsky
Copy link
Owner

Creepsky commented Dec 24, 2016

Current nonce submission algorithm is very obtrusive and can cause a flood of requests, if set up so.
New algorithm could be:

[Configuration]
Submission Max Retry: Uint
Timeout: Float
[Program]
while (retry < Submission Max Retry AND not send AND not confirmed)
{
          send(Timeout);
          confirm(Timeout);
}
@Creepsky
Copy link
Owner Author

Done in 1.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant