Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 931 Bytes

keep-alive.md

File metadata and controls

15 lines (9 loc) · 931 Bytes
description
Message to keep the connection alive

Keep Alive

Keep Alive messages must be sent by clients at the predefined time interval. If the client fails to send the keep alive at the specified rate, the server will consider the client as disconnected and will close the on-going connection. The server MUST send back a Keep Alive message to the client as soon as received. Clients not receiving the keep alive response at the specified interval must consider the connection as broken, and re-initiate the connection mechanism (if required).

Header

FieldValueDescription
Message Type0x05Keep Alive
Message Size0x00No body

Body

The Keep Alive message does not contain any body.