SysctlConfig.NetIpv4TcpTwReuse Property

Definition

Gets or sets sysctl setting net.ipv4.tcp_tw_reuse.

[Newtonsoft.Json.JsonProperty(PropertyName="netIpv4TcpTwReuse")]
public bool? NetIpv4TcpTwReuse { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="netIpv4TcpTwReuse")>]
member this.NetIpv4TcpTwReuse : Nullable<bool> with get, set
Public Property NetIpv4TcpTwReuse As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to