ockam icon indicating copy to clipboard operation
ockam copied to clipboard

feat(rust): change tcp protocol serialization

Open SanjoDeundiak opened this issue 8 months ago • 0 comments

  1. Optimize Address CBOR implementation to use byte strings instead of array of bytes which saves size BREAKING CHANGE
  2. Create a TcpTransportMessage type dedicated to exchange messages using TCP transport exclusively with optimized encoding and support for larger messages (current max allowed size is 16 MB) BREAKING CHANGE
  3. Optimize Secure Channel message encoding (remove bare wrapping) + affected by change 1. BREAKING CHANGE
  4. Add Secure Channel padding
  5. Remove protocol_version from LocalMessage, RelayMessage and Context

SanjoDeundiak avatar Jun 12 '24 18:06 SanjoDeundiak