NodeOPCUA API Documentation
    Preparing search index...

    Interface ClientReverseConnectOptions

    interface ClientReverseConnectOptions {
        acceptTimeout?: number;
        connectionUrl: string;
        matchTimeout?: number;
        maxPendingSockets?: number;
    }
    Index
    acceptTimeout?: number

    ms to wait for a valid RHE after a socket connects.

    120000
    
    connectionUrl: string

    the listen address, e.g. "opc.tcp://0.0.0.0:5555"

    matchTimeout?: number

    ms to hold a validated connection waiting for a matching client to register.

    30000
    
    maxPendingSockets?: number

    maximum number of inbound sockets the listener will hold on to at once (DoS guard).

    20