Open josemariasaldana opened 8 years ago
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)
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)