Hello,when I tried to implement TX (https://github.com/imagemlt/DualDevourer) I didn't notice that we have already set _usbTxAggMode to True.
|
bool _usbTxAggMode = true; |
. My implementation is based on PC driver which do not have TX aggregation by default, so this may cause package loss issue. My rtl8812au card is broken these days and I cannot test it these days, I think perhaps you can try turn off this and test if package loss will decrease greatly. Thanks.
Hello,when I tried to implement TX (https://github.com/imagemlt/DualDevourer) I didn't notice that we have already set _usbTxAggMode to True.
devourer/src/HalModule.h
Line 44 in 455db50