Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 355 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 355 Bytes

Little-endian 64-bit Message Passing Protocol

A super-simple message passing protocol.

It builds upon TCP and is as straightforward as length + data.

The length is a 64-bit signed integer in little-endian format. Given that most machines are LE today, this means no conversion is necessary on them.