How about setting it on the resulting socket, not just the
listen one? Ie. at both ends always set TCP_NODELAY to 1
on each new socket created.
Nagle (Ie. TCP_NODELAY) is the only thing which could explain
the behavior you are complaining about.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/