HopLimit

data class HopLimit(val hops: Long) : Message.Option

RFC 8768 3. Hop-Limit

Constructors

Link copied to clipboard
constructor(hops: Long)

Properties

Link copied to clipboard
val hops: Long