MapGrant

data class MapGrant(val tcp: Boolean, val internalPort: Int, val externalPort: Int, val lifetimeSeconds: Long)

The outcome of a successful mapDetailed: the public port the gateway granted and the lease lifetime it actually assigned (which may differ from what was requested: on_reply adopts both public_port and lifetime from the response). The engine schedules its lease-refresh timer from lifetimeSeconds.

Constructors

Link copied to clipboard
constructor(tcp: Boolean, internalPort: Int, externalPort: Int, lifetimeSeconds: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard