共用方式為


SysctlConfig.NetIpv4TcpKeepaliveTime Property

Definition

Gets or sets sysctl setting net.ipv4.tcp_keepalive_time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to