interface NetstatReq {
    IP4: boolean;
    IP6: boolean;
    Listening: boolean;
    Request?: commonpb.Request;
    TCP: boolean;
    UDP: boolean;
}

Properties

IP4: boolean
IP6: boolean
Listening: boolean
Request?: commonpb.Request
TCP: boolean
UDP: boolean