共用方式為


SysctlConfig.NetCoreRmemDefault Property

Definition

Gets or sets sysctl setting net.core.rmem_default.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to