NAME

Linux::Event::Framer::Netstring - native netstring framing declaration

SYNOPSIS

package NetstringStream;
use parent 'Linux::Event::Stream';
use Linux::Event::Framer 'Netstring',
    max_frame => 1_048_576; # optional

DESCRIPTION

Parses canonical length:payload, netstrings in XS. max_frame optionally bounds the payload. send emits the canonical decimal encoding.