projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6157ccd
)
fix comment
author
Lee
<ler762@users.sourceforge.net>
Wed, 7 Mar 2018 06:11:07 +0000
(
01:11
-0500)
committer
Lee
<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
patch
|
blob
|
history
diff --git
a/jbsockets.c
b/jbsockets.c
index
0783441
..
f502ebe
100644
(file)
--- 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