NAME
Linux::Event::Framer::U32BE - native 32-bit big-endian framing declaration
SYNOPSIS
package MessageStream;
use parent 'Linux::Event::Stream';
use Linux::Event::Framer 'U32BE',
max_frame => 16 * 1024 * 1024; # optional
DESCRIPTION
Convenience declaration for a four-byte unsigned network-order payload length. It accepts include_prefix and max_frame; width and byte order are fixed.