Jump to: navigation, search

GVP MCP:fm:enabletcpnodelay

(Created page with "{{PubOption |hidden=false |default=1 |valid= |takeseffect=At start/restart |shortdesc=With this option enabled (value = 1), Curl sends small data segments without waiting...")
 
Line 2: Line 2:
 
|hidden=false
 
|hidden=false
 
|default=1
 
|default=1
|valid=
+
|valid=Choose between: 0 or 1
 
|takeseffect=At start/restart
 
|takeseffect=At start/restart
|shortdesc=With this option enabled (value = 1), Curl sends small data segments without waiting for individual acknowledgements for each segment from the web server, when posting with enctype=multipart/form-data. The Nagle algorithm is also disabled. With this option disabled (value = 0), Curl waits for individual acknowledgements before continuing to make HTTP posts. This can cause long delays when there are multiple short posts.
+
|shortdesc=The purpose of this parameter is to try to minimize the number of small packets on the network (where "small packets" means TCP segments less than the Maximum Segment Size (MSS) for the network). If set to 1, small data segments are sent without delay (that is, without waiting for acknowledgement from a peer). Nagle algorithm will be disabled.
 
}}
 
}}
 
{{DraftOption}}
 
{{DraftOption}}
 +
 
{{PubExtended}}
 
{{PubExtended}}
 +
 
{{DraftExtended}}
 
{{DraftExtended}}
 +
 
{{OptionCreate
 
{{OptionCreate
 
|component=GVP_MCP
 
|component=GVP_MCP

Revision as of 20:51, November 23, 2017



View in ref guide.

Edit this option          Publish this option          Clear draft content


Published Option

enabletcpnodelay

Default Value: 1
Valid Values: Choose between: 0 or 1
Changes Take Effect: At start/restart


The purpose of this parameter is to try to minimize the number of small packets on the network (where "small packets" means TCP segments less than the Maximum Segment Size (MSS) for the network). If set to 1, small data segments are sent without delay (that is, without waiting for acknowledgement from a peer). Nagle algorithm will be disabled.

Draft Option

No draft option

Comments or questions about this documentation? Contact us for support!