Michael O'Keefe wrote: >>> Make sure your systems are sending 9000+ byte packets rather than >>> just 1500+ byte packets. >> >> >> OK, off to the man pages to figure out how to do that. > > interface MTU > also up your TCP socket buffers. The default of 64kiB will fill up > quickly with Gib NIC's, and TCP will throttle >
per http://www.psc.edu/networking/projects/tcptune/ search for /proc/sys/net/core/[rw]mem_max /proc/sys/net/ipv4/tcp_[rw]mem I've never experimented with these, but the referenced page does give some example settings. ..jim -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
