WelcomeProtocol

public protocol WelcomeProtocol : AnyObject, Sendable

A TLS-serialized Welcome message.

This structure is defined in RFC 9420: https://www.rfc-editor.org/rfc/rfc9420.html#joining-via-welcome-message.

  • TLS-serialize this message

    Declaration

    Swift

    func serialize() throws -> Data