Any command to know the MTU size of Android?
Go to your web browser and type in your router's configuration IP address. Log in using your admin user name and password. Locate the MTU setting. Navigate through your router's configuration settings until you find the MTU field.
For Android phones, it is not possible to change the MTU size from default (23 bytes).
The standard size MTU for Ethernet is 1,500 bytes. This does not include the Ethernet header of 18 or 20 bytes, and is the theoretical maximum amount of data that can be transmitted by the physical link.
ifconfig $DEVICE | egrep addr\|MTU
adb shell netcfg | grep UP
to find the desired address andadb shell ip addr show rmnet0
in case of rmnet0
or adb shell cat /sys/class/net/rmnet0/mtu
in case of rmnet0
(as described by @patedit)If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With