pub const PAYLOAD_BYTE_LIMIT: usize = 8_192;Expand description
Ceiling on a generated datagram, the Datadog Agent’s default
dogstatsd_buffer_size. A run caps each datagram to the smaller of this and
the SUT’s sampled receive buffer, so a packed datagram always fits one read
and the SUT never truncates a line mid-token.