SmartPack / SmartPack-Kernel-Manager

Source code of SmartPack-Kernel Manager, the Ultimate Tool to Manage your Kernel
https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.pro
GNU General Public License v3.0
639 stars 71 forks source link

tx_queue_len path #99

Closed Lennoard closed 3 years ago

Lennoard commented 3 years ago

Courtesy of @NitroVenom #BasedDepartment:

for i in /sys/class/net/*/tx_queue_len
do 
echo 128 > $i
done

Just replace 128 with value that user wants

Nitrovenom commented 3 years ago

Ok