afp/smb transfers caps at 2 megabytes/sec, wireless N

Posted by RD. on Super User See other posts from Super User or by RD.
Published on 2012-06-19T12:55:45Z Indexed on 2012/06/19 15:19 UTC
Read the original article Hit count: 209

Filed under:
|
|
|
|

I wanted to transfer files between two mac computers. The network is wireless-N and both computers have wireless-N modules in them.

The problem is that when I transfer files between them, via file sharing (afp) the network speed caps at 2 megabytes/sec. Just downloading files from the internet I can get faster speeds, so this isn't a constriction of my wifi bandwidth, it appears to be a constriction of the protocol being used.

My wifi-n is set to 130mbits, so I should see real world transfer speeds around 12-16 megabytes/sec

I did this command on both computers sudo sysctl -w net.inet.tcp.delayed_ack=0 which is supposed to lower tcp overhead, but this did not affect it.

How can I get the speed I am expecting?

© Super User or respective owner

Related posts about osx

Related posts about file-sharing