From: Lee <ler762@users.sourceforge.net>
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/%22https:/@default-cgi@/man-page/faq/@default-cgi@show-url-info?a=commitdiff_plain;h=b04a51574a3ddc6db9e5d340e08730cc5e659ee5;p=privoxy.git

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