mirror of
https://github.com/curl/curl.git
synced 2026-07-26 20:37:17 +03:00
tcp-nodelay patch by Joe Halpin
This commit is contained in:
parent
189c2f4989
commit
bb3d6e8552
7 changed files with 70 additions and 1 deletions
|
|
@ -762,6 +762,9 @@ typedef enum {
|
|||
/* The _LARGE version of the standard POSTFIELDSIZE option */
|
||||
CINIT(POSTFIELDSIZE_LARGE, OFF_T, 120),
|
||||
|
||||
/* Enable/disable the TCP Nagle algorithm */
|
||||
CINIT(TCP_NODELAY, LONG, 121),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unused */
|
||||
} CURLoption;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue