On Linux, nginx can use the TCP_CORK socket option. From the tcp(7) manual:

TCP_CORK

On FreeBSD nginx can use the TCP_NOPUSH socket option, which enables T/TCP transactions. This does much the same as the above, but is known to be slow and somewhat buggy on many versions of FreeBSD.

ReadMoreAboutTcpNopush (last edited 2007-09-08 22:58:26 by InsaniKamil)