fix comment
authorLee <ler762@users.sourceforge.net>
Wed, 7 Mar 2018 06:11:07 +0000 (01:11 -0500)
committerLee <ler762@users.sourceforge.net>
Wed, 7 Mar 2018 06:11:07 +0000 (01:11 -0500)
it's the nagle algorithm being disabled, so call it by it's name

jbsockets.c

index 0783441..f502ebe 100644 (file)
@@ -126,7 +126,8 @@ static jb_socket no_rfc2553_connect_to(const char *host, int portnum, struct cli
  *
  * Function    :  set_no_delay_flag
  *
  *
  * 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
  *
  * Parameters  :
  *          1  :  fd = The file descriptor to operate on