概要
去年の年末か今年の夏頃までYosemite上でのadb installのクソ遅さには悩まされたのですが、色々対応策を試してみて下記の方法が【神】だったので、記しておきます。
参考リンク
http://stackoverflow.com/questions/28314131/adb-transfers-file-with-a-very-slow-speed
リンク先が消えたりすると困るので、こちらにも同じ方法を記述します。
引用
ターミナルを立ち上げて、/etc/sysctl.confに下記のシェルを記述します。
その後、再起動してください。
kern.ipc.somaxconn=2048
net.inet.tcp.rfc1323=1
net.inet.tcp.win_scale_factor=4
net.inet.tcp.sendspace=1042560
net.inet.tcp.recvspace=1042560
net.inet.tcp.mssdflt=1448
net.inet.tcp.v6mssdflt=1412
net.inet.tcp.msl=15000
net.inet.tcp.always_keepalive=0
net.inet.tcp.delayed_ack=3
net.inet.tcp.slowstart_flightsize=20
net.inet.tcp.local_slowstart_flightsize=9
net.inet.tcp.blackhole=2
net.inet.udp.blackhole=1
net.inet.icmp.icmplim=50