dagwoood Posted September 8, 2005 Report Share Posted September 8, 2005 Another newbie question :blush:Is it possible to change my RWIN and MTU values from within Linux(Linspire Five-0)?Cheers, dagwoood. Quote Link to comment Share on other sites More sharing options...
scuzzman Posted September 8, 2005 Report Share Posted September 8, 2005 MTU use this command as root:ifconfig ETH MTU SIZEReplace ETH with your ethernet device (probably eth0)Replace SIZE with the MTU size.For your RWIN, execute these commands, or save them as a script and execute it as root:echo 1 > /proc/sys/net/ipv4/tcp_timestampsecho 1 > /proc/sys/net/ipv4/tcp_window_scalingecho 1 > /proc/sys/net/ipv4/tcp_sackThis simply optimizes it, it does not specifically set it. I'm not sure how to do that, and Google isn't giving any relevant results for your distro of choice. Note: This will reset on reboot. In order for this to become permanent, you need to put those three commands in your system initialization scripts (the scripts that run on startup - again, no idea...)You might try man ifconfigto see if it includes an ability to change RWIN...Hope this helps :) Quote Link to comment Share on other sites More sharing options...
dagwoood Posted September 9, 2005 Author Report Share Posted September 9, 2005 Thanks for that scuzzman and I'm sorry I didn't get back to this thread earlier :blush:. I'll give the above a try.Cheers, dagwoood. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.