> > Disable TCP slow start on idle connections > > net.ipv4.tcp_slow_start_after_idle = 0 This looks like it's generically applicable and sensible? > > Disable source routing and redirects > > net.ipv4.conf.all.send_redirects = 0 > > net.ipv4.conf.all.accept_redirects = 0 > > net.ipv4.conf.all.accept_source_route = 0 These too, tho I doubt there is much benefit. sage -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html