Interface TransportConfigListenTCP

Part of TransportConfig type, configuration for listening for TCP connections.

interface TransportConfigListenTCP {
    interfaceIP: string;
    isEnabled: boolean;
    port: number;
}

Properties

interfaceIP: string
isEnabled: boolean
port: number