From b04a51574a3ddc6db9e5d340e08730cc5e659ee5 Mon Sep 17 00:00:00 2001 From: Lee Date: Wed, 7 Mar 2018 01:11:07 -0500 Subject: [PATCH] fix comment it's the nagle algorithm being disabled, so call it by it's name --- jbsockets.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2