Opensolaris: Difference between revisions

From Bashlinux
Jump to navigationJump to search
Content deleted Content added
Manpaz (talk | contribs)
No edit summary
Manpaz (talk | contribs)
Redirected page to Open Solaris
 
Line 1: Line 1:
#REDIRECT [[Open_Solaris]]
__NOTOC__
== TCP Tunning ==
Linux, FreeBSD, Windows, and OSX take care about the buffer size and TCP autotuning. In Solaris we have to set `setsockopt` call in both sides, sender and receiver to set optimal buffer size.
To get such value we take `RTT` from ping, and then multiplied by the `bandwidth` we have:
BUFFER SIZE = Bandwidth * RTT

[http://www.cc.gatech.edu/~dovrolis/bw-est/pathrate.html pathrate] is a good tool which can be used to get the `Bandwidth` value.

Latest revision as of 06:36, 6 June 2015

Redirect to: