Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 294 Bytes

MessageSize.md

File metadata and controls

9 lines (7 loc) · 294 Bytes

Maestro: Message Size Specification

The message size can be a numeric string that represents a fixed message size or a number prefixed with ~ for a variable message size (5% size variation).

Examples:

  • 256 for 256 bytes
  • ~256 for 256 bytes with a 5% size variation.