subc-protocol 0.10.0

Shared wire contract for subc <-> modules: the 17-byte envelope, the Frame (header + opaque body), channel-0 control bodies, route.bind/RouteTarget session shapes, and the capability manifest. Single source of truth, depended on by subc-core and AFT.
Documentation
1
2
3
4
5
6
7
{
  "protocol_version": 2,
  "min_supported_version": 2,
  "header_len": 21,
  "frozen_prefix_len": 5,
  "max_frame_body_len": 67108864
}