TCP High Performance Networking Options
High Performance Networking Options
The options below are presented in the order that they should be checked and adjusted.
http://www.psc.edu/networking/projects/tcptune/
http://www.sean.de/Solaris/soltune.html
Maximum TCP Buffer (Memory) space: All operating systems have some global mechanism to limit the amount of system memory that can be used by any one TCP connection. [more][less]
Socket Buffer Sizes: Most operating systems also support separate per connection send and receive buffer limits that can be adjusted by the user, application or other mechanism as long as they stay within the maximum memory limits above. These buffer sizes correspond to the SO_SNDBUF and SO_RCVBUF options of the BSD setsockopt() call. [more][less]