ICoreConnectionPNames.TcpNodelay Field

Definition

Caution

deprecated

Determines whether Nagle's algorithm is to be used.

[Android.Runtime.Register("TCP_NODELAY")]
[System.Obsolete("deprecated")]
public const string TcpNodelay;
[<Android.Runtime.Register("TCP_NODELAY")>]
[<System.Obsolete("deprecated")>]
val mutable TcpNodelay : string

Field Value

String
Attributes

Remarks

Java documentation for org.apache.http.params.CoreConnectionPNames.TCP_NODELAY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to