Skip to content

Session Accept

Joshua Scott edited this page Oct 2, 2018 · 2 revisions

The opCode for this message is 0x5. The client sends this to the server to alert it that a session has been accepted.

Structure

Name Type Description
undefined uint16_t Hasn't been observed to be anything above 0.
undefined uint32_t Hasn't been observed to be anything above 0. Potentially the upper 4 bytes of a timestamp.
timestamp int32_t The UNIX timestamp (seconds since 01/01/1970) at the time this message was sent.
milliseconds uint32_t The number of milliseconds we were in to the current second when this message was sent.
sessionId uint16_t The ID of the session that the client is accepting (from the SESSION_OFFER).
  1. Introduction
  2. Data Markup Language (DML)
    1. What is DML?
    2. DML Syntax
    3. DML Data Types
    4. DML Examples
  3. Property Class System
    1. Work in Progress
  4. KingsIsle Networking Protocol (KINP)
    1. Sessions
    2. Message Framing
    3. Message Structure
    4. Control Messages
      1. Session Offer
      2. Session Accept
      3. Keep Alive
    5. DML Messages
      1. Message Modules
      2. Binary Structure

Clone this wiki locally