What happened to CONFIG_TCP_NAGLE_OFF?

From: Matt Garman
Date: Tue Nov 28 2006 - 17:06:16 EST


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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/