mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
7 lines
215 B
Bash
Executable file
7 lines
215 B
Bash
Executable file
#!/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
|