yojimbo is a C++ client/server network library for real-time multiplayer
games. It provides secure, encrypted and authenticated connections (via
netcode), reliable-ordered messages and data blocks (via reliable), and
a serializer with per-message bit-level packing (via serialize), with
pluggable allocators that silo each client into its own heap.
