I would like to globally disable nagling on my (2.6.9) system. There are several references on the web to the CONFIG_TCP_NAGLE_OFF kernel config option. However, it appears as though this no longer exists.
How might I achieve having TCP_NODELAY effectively set for all sockets (by default)? Is there a new/different kernel config option, a patch, a sysctl or proc setting? Or can I "fake" this behavior by, e.g. setting a send buffer sufficiently small? Thank you, Matt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/