|
#1
| |||
| |||
| Broadband Optimization in 10.2 I'm by no means an expert using the terminal commands, but i was poking around the other day and i was hoping someone can validate what i did. After looking how the software BroadbandOptimizer worked, i checked to see if jaguar implemented this. When I typed sysctl -a in the terminal, a large list of variables came up.. 4 of which are changed using BroadbandOptimizer. (net.inet.tcp.sendspace, net.inet.tcp.recvspace, net.inet.tcp.delayed_ack, net.inet.udp.recvspace). So instead of installing BroadbandOptimizer, i manually changed those variables to the larger amounts (ie: sudo sysctl -w net.inet.tcp.sendspace=65536). The only one I couldn't change was net.inet.tcp.delayed_ack which is set at 1 and won't change to 0. My connection is MUCH faster now (t1) but i really hope i didn't mess anything up any comments on this? |
|
#2
| |||
| |||
| Basically you did the same thing Broadband Optimizer does, except you did it via command line whereas BBO does it via GUI! Why didn't the one parameter change from 1 to 0? Did you get an error message? the use of sudo should allow you to change anything. ![]() |
|
#3
| ||||
| ||||
| What you did only works until you restart, though. To make it permanent edit your /etc/rc file. sudo pico /etc/rc (use your favorite text editor in place of pico) Scroll all the way to the end using the down arrow key. You want to add the lines in red: SystemStarter ${VerboseFlag} sysctl -w net.inet.tcp.recvspace=65536 sysctl -w net.inet.tcp.sendspace=65536 sysctl -w net.inet.tcp.delayed_ack=0 exit 0 |
|
#4
| |||
| |||
| Thanks! I knew something was wrong thanks for the info! |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 10.2 Wallstreet install success!! | kenny | Mac OS X System & Mac Software | 2 | April 5th, 2003 08:19 AM |
| Problem with compilation since 10.2 ! | lashampoo | Unix & X11 | 12 | February 24th, 2003 02:03 PM |
| iMac 266 Mhz won't upgrade to OSX 10.2 | bigbadbill | Mac OS X System & Mac Software | 8 | November 19th, 2002 04:18 PM |
| Is Your Firmware Up to Date? And Other 10.2 Tips | jc658 | Mac OS X System & Mac Software | 2 | September 20th, 2002 02:26 PM |
| OS X 10.2 Developer Preview...How Stable? | djubelirer | Mac OS X System & Mac Software | 3 | May 20th, 2002 04:34 AM |