SysctlConfig.NetIpv4TcpKeepaliveProbes Property

Definition

Gets or sets sysctl setting net.ipv4.tcp_keepalive_probes.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to