interface DropArgument {
    localAddress?: string;
    localPort?: number;
    localFamily?: string;
    remoteAddress?: string;
    remotePort?: number;
    remoteFamily?: string;
}

Properties

localAddress?: string
localPort?: number
localFamily?: string
remoteAddress?: string
remotePort?: number
remoteFamily?: string