View Single Post
  #3  
Old September 19th, 2002, 10:55 AM
cybergoober's Avatar
cybergoober cybergoober is offline
Neomaxizoomdweebie
 
Join Date: Sep 2001
Location: Newport News, VA, U.S. of A.
Posts: 966
Thanks: 0
Thanked 0 Times in 0 Posts
cybergoober is on a distinguished road
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
Reply With Quote