//! Fixed-work SCTP packet-marshalling micro-benchmark for `perf`/`poop`.
//!
//! Marshals a representative DATA packet (parsed once) in a tight loop so that
//! before/after `poop` comparisons and `perf` profiles isolate the steady-state
//! per-packet marshalling cost on the DataChannel send path.
//!
//! Usage: sctp_micro [payload_len] [num_chunks] [iterations]
use fuzzing;