------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1069 Phil Pennock <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #3 from Phil Pennock <[email protected]> 2011-01-17 07:08:43 --- Ted: it's for the outbound case, and the patch should address it, but I don't have a PIX to test against and am not comfortable committing this until someone verifies it actually helps. The non-TLS writing happens with write() calls and Exim doesn't use TCP_CORK/TCP_NOPUSH; Exim disables Nagle (TCP_NODELAY). AFAICT, both the TLS implementations avoid buffering past the return of the write call. -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
