Org.Apache.Http.Params.CoreConnectionPNames.TcpNodelay Field
Determines whether Nagle's algorithm is to be used.

Syntax

[Android.Runtime.Register("TCP_NODELAY")]
public const string TcpNodelay

See Also

Java.Net.SocketOptions.TcpNodelay

Remarks

Determines whether Nagle's algorithm is to be used. The Nagle's algorithm tries to conserve bandwidth by minimizing the number of segments that are sent. When applications wish to decrease network latency and increase performance, they can disable Nagle's algorithm (that is enable TCP_NODELAY). Data will be sent earlier, at the cost of an increase in bandwidth consumption.

This parameter expects a value of type Java.Lang.Boolean.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Params
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1