Skip to main content

Module native_protocol

Module native_protocol 

Source

Structs§

NativeHandshakeBinding
NativeMainMessage
ReciprocalSessionTokenPresentation
Reverse-direction admission carried in the response to a typed reciprocal request. Keeping it on the request’s stream binds both proofs to the same physical generation and avoids selecting a stale endpoint connection after network replacement.
TypeScriptHandshake
TypeScriptHandshakeCapabilities

Enums§

InspectedMainFrame
NativeMessageAction
ParsedMainFrame
ReciprocalSessionTokenPresentationState
SessionTokenStreamContract
Lifetime contract for the stream carrying a session-token presentation.

Constants§

MAX_PEER_MESSAGE_BYTES
send_peer is the bounded, ordered message surface. Larger payloads use a named stream or a protocol package so lifecycle/control frames cannot be stalled behind bulk transfer data on the native-main stream.
PEER_DATA_CHANNEL
SESSION_TOKEN_CHANNEL
Channel name used for SDK-owned session token presentation. The connecting client sends this as the first native message after connection when a compound ticket contained an embedded token.

Functions§

parse_main_frame