How to know the MTU size of Android Smartphone

user1507022 picture user1507022 · Jul 6, 2012 · Viewed 39.4k times · Source

Any command to know the MTU size of Android?

Answer

nEx.Software picture nEx.Software · Jul 6, 2012

You should use the NetworkInterface class to query and obtain the network interfaces, then call getMTU().