Home » Questions » Computers [ Ask a new question ]

TCP Implementation on Mac OS X

TCP Implementation on Mac OS X

How can I find the type of TCP running on my Mac OS X? (TCP Reno, Fast TCP, ...)

Asked by: Guest | Views: 241
Total answers/comments: 1
Guest [Entry]

"Mac OS X apparently supports SACKs, making Reno obsolete...

net.inet.tcp.sack: 1

vs

net.inet.tcp.newreno: 0

(from sysctl net | grep net.inet.tcp)

More here."