PinholeTimeoutsResponse

data class PinholeTimeoutsResponse(val icmp: Int? = null, val tcp: Int? = null, val udp: Int? = null)

Expiry times of inactive NAPT pinholes, in seconds. All timers must be at least 1 second.

Constructors

Link copied to clipboard
constructor(icmp: Int? = null, tcp: Int? = null, udp: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val icmp: Int? = null

Pinhole timeout for ICMP pinholes in seconds. Default for ICMP Echo is 60 seconds, as per RFC 5508 section 3.2.

Link copied to clipboard
val tcp: Int? = null

Pinhole timeout for TCP pinholes in seconds. Default for TCP is 2 hours 4 minutes, as per RFC 5382 section 5.

Link copied to clipboard
val udp: Int? = null

Pinhole timeout for UDP pinholes in seconds. Default for UDP is 5 minutes, as per RFC 4787 section 4.3.