Files
android_leo_fsr/build/system/bin/rmnet0-mtu.sh
2011-02-18 20:14:01 +00:00

7 lines
85 B
Bash
Executable File

ifconfig rmnet0 |grep MTU:700
if [ $? = 1 ]
then
ifconfig rmnet0 mtu 700
sleep 60
fi