How can I find the type of TCP running on my Mac OS X? (TCP Reno, Fast TCP, ...)
feedback
|
|
Mac OS X apparently supports SACKs, making Reno obsolete...
vs
(from sysctl net | grep net.inet.tcp) | |||
|
feedback
|
|
If it is congestion control implementation you need to identify, | |||||
feedback
|