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

Reduce PollRate to 0.01 #336

Closed
aanon4 opened this issue Feb 13, 2024 · 2 comments
Closed

Reduce PollRate to 0.01 #336

aanon4 opened this issue Feb 13, 2024 · 2 comments

Comments

@aanon4
Copy link

aanon4 commented Feb 13, 2024

Could I get you to reduce the PollRate to 0.01? OLSR performs better with a lower pollrate and a lot of data, which is what we see with the supernodes.

@USA-RedDragon
Copy link
Owner

USA-RedDragon commented Feb 13, 2024

It already is for supernodes @

ret := snippetOlsrdConf
if config.Supernode {
ret = snippetOlsrdSupernodeConf

And @

snippetOlsrdSupernodeConf = `# This file is generated by the AREDN Manager
# Do not edit this file directly
DebugLevel 0
Pollrate 0.01

The specific snippet you linked is for non-supernodes (I e. our "tunnel server"). Is this reduced poll rate applicable to all tunnels now?

@aanon4
Copy link
Author

aanon4 commented Feb 13, 2024

Ah - didnt see that. No, this is just supernodes.

@aanon4 aanon4 closed this as completed Feb 13, 2024
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