Solution
For those of you who have experienced slow browsing and copying to/from a windows server, here's a link to the solution:
http://www.macwindows.com/snowleopard-filesharing.html#091709k
Basically, open a terminal window and enter the following command:
"sudo sysctl -w net.inet.tcp.delayed_ack=0"
Values you can try are 0-3.
The original setting is ack=3
I've found that a value of 0 for my wired Imac and a value of 1 for my wireless Macbook and Macbook Pro gave me the best performance
To make the setting "stick" through a reboot, you need to edit the /etc/sysctl.conf file by adding net.inet.tcp.delayed_ack=0 or whatever value you select to it.
To edit and/or create sysctl.conf, do the following in the terminal window:
type "sudo vi /etc/sysctl.conf"
You will then be prompted to enter your admin password.
Once in the vi editor, hit "i" for insert and enter the command i mention before.
Once entered, hit the "esc" key and enter ":q". This will save the file and exit the editor.
You're now set.
HTH
For those of you who have experienced slow browsing and copying to/from a windows server, here's a link to the solution:
http://www.macwindows.com/snowleopard-filesharing.html#091709k
Basically, open a terminal window and enter the following command:
"sudo sysctl -w net.inet.tcp.delayed_ack=0"
Values you can try are 0-3.
The original setting is ack=3
I've found that a value of 0 for my wired Imac and a value of 1 for my wireless Macbook and Macbook Pro gave me the best performance
To make the setting "stick" through a reboot, you need to edit the /etc/sysctl.conf file by adding net.inet.tcp.delayed_ack=0 or whatever value you select to it.
To edit and/or create sysctl.conf, do the following in the terminal window:
type "sudo vi /etc/sysctl.conf"
You will then be prompted to enter your admin password.
Once in the vi editor, hit "i" for insert and enter the command i mention before.
Once entered, hit the "esc" key and enter ":q". This will save the file and exit the editor.
You're now set.
HTH