From: Lee Date: Wed, 7 Mar 2018 06:11:07 +0000 (-0500) Subject: fix comment X-Git-Tag: v_3_0_27~77 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=b04a51574a3ddc6db9e5d340e08730cc5e659ee5 fix comment it's the nagle algorithm being disabled, so call it by it's name --- diff --git a/jbsockets.c b/jbsockets.c index 07834414..f502ebe8 100644 --- a/jbsockets.c +++ b/jbsockets.c @@ -126,7 +126,8 @@ static jb_socket no_rfc2553_connect_to(const char *host, int portnum, struct cli * * Function : set_no_delay_flag * - * Description : Disables TCP coalescence for the given socket. + * Description : Disables the Nagle algorithm (TCP send coalescence) + * for the given socket. * * Parameters : * 1 : fd = The file descriptor to operate on