SysctlConfig.NetIpv4TcpMaxTwBuckets Property

Definition

Gets or sets sysctl setting net.ipv4.tcp_max_tw_buckets.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to