interface StreamHandlerOptions {
    maxLength?: number;
    stream: MultiaddrConnection;
}

Properties

Properties

maxLength?: number