RemoteAddress

data class RemoteAddress(val endpoint: RemoteEndpoint, val incarnation: UUID = UUID.randomUUID())(source)

Host-generated transport incarnation, independent of screen and operation identities. A newly joined backend chooses a fresh identity; frames for its predecessor cannot enter its protocol connection.

Constructors

Link copied to clipboard
constructor(endpoint: RemoteEndpoint, incarnation: UUID = UUID.randomUUID())

Properties

Link copied to clipboard
Link copied to clipboard