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
It seems that the parameters you establish in the .CLI file do matter when talking about the performance of the wifi Odin network.
The default size of the queues could not be optimal.
The size of the output queues is by default 50 packets. Can this have any influence?. We could perhaps test with bigger sizes of the queue. https://github.com/Wi5/odin-wi5-agent/blob/master/agent-click-file-gen.py#L186 (to the main wireless device) https://github.com/Wi5/odin-wi5-agent/blob/master/agent-click-file-gen.py#L200 (to the auxiliary wireless device)
There are also three input queues, which are currently also of 50 packets (and this is not even a parameter of the python script). https://github.com/Wi5/odin-wi5-agent/blob/master/agent-click-file-gen.py#L145 (from host) https://github.com/Wi5/odin-wi5-agent/blob/master/agent-click-file-gen.py#L209 (from device: main interface) https://github.com/Wi5/odin-wi5-agent/blob/master/agent-click-file-gen.py#L220 (from device: auxiliary interface)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that the parameters you establish in the .CLI file do matter when talking about the performance of the wifi Odin network.
The default size of the queues could not be optimal.
The size of the output queues is by default 50 packets. Can this have any influence?. We could perhaps test with bigger sizes of the queue.
https://github.com/Wi5/odin-wi5-agent/blob/master/agent-click-file-gen.py#L186 (to the main wireless device)
https://github.com/Wi5/odin-wi5-agent/blob/master/agent-click-file-gen.py#L200 (to the auxiliary wireless device)
There are also three input queues, which are currently also of 50 packets (and this is not even a parameter of the python script).
https://github.com/Wi5/odin-wi5-agent/blob/master/agent-click-file-gen.py#L145 (from host)
https://github.com/Wi5/odin-wi5-agent/blob/master/agent-click-file-gen.py#L209 (from device: main interface)
https://github.com/Wi5/odin-wi5-agent/blob/master/agent-click-file-gen.py#L220 (from device: auxiliary interface)
The text was updated successfully, but these errors were encountered: