1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Revert "fix"

This reverts commit baa066b426.
This commit is contained in:
suyunfan 2021-03-31 23:40:19 +08:00
parent 26aa7e554a
commit 251d575721
119 changed files with 451350 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#!/bin/sh
uci -q set network.globals.default_rps_val=14
uci -q set network.globals.default_rps_flow_cnt=256
uci -q set network.globals.default_xps_val=14
uci -q set network.globals.default_ps=1
uci -q commit
exit 0