Compartir a través de


SysctlConfig.NetCoreRmemMax Property

Definition

Gets or sets sysctl setting net.core.rmem_max.

[Newtonsoft.Json.JsonProperty(PropertyName="netCoreRmemMax")]
public int? NetCoreRmemMax { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="netCoreRmemMax")>]
member this.NetCoreRmemMax : Nullable<int> with get, set
Public Property NetCoreRmemMax As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to