On Sun, 12 Nov 2000, Scott Howard wrote:

> TCP_CORK is yet another example of Linux bloat.

No, quite the opposite.

The purpose of TCP_CORK is so that applications using sendfile() don't
get hammered by Nagle, which would otherwise need to be handled by 
bloating the sendfile() implementation with header parameters.


- James
--
James Morris
<[EMAIL PROTECTED]>




-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to