MTU ( Maximum transmission unit ) is a size of largest protocol data unit that the layer can pass onward . In standard connection we can fix this size of MTU . A larger MTU is high efficient because it comprises of largest data units in each packet heads . Today i wold like to share a article about how to change your MTU ( Maximum transmission unit ) size of your internet connection using command prompt . Let us look how this done .
Follow this steps :
- Open your command prompt ( CMD ) you can type cmd from start ( In windows )
- Type the following command in command prompt
netsh int ip show int
- You can see lot of MTU size across the connection name . You can change the size of MTU from using commands .
- Type the following command to change the size of MTU . Here i change Wi-Fi value .
netsh interface ipv4 set subinterface "Wi-FI" mtu=1458 store=persistent
- Again type the below command to check the size of MTU .
netsh int ip show int
- That's it . You done .
0 comments:
Post a Comment