oceandrift / l64mpp
Little-endian 64-bit Message Passing Protocol
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:D
README
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.