Interface SockTabEntry

interface SockTabEntry {
    LocalAddr?: sliverpb.SockTabEntry_SockAddr;
    Process?: commonpb.Process;
    Protocol: string;
    RemoteAddr?: sliverpb.SockTabEntry_SockAddr;
    SkState: string;
    UID: number;
}

Properties

Process?: commonpb.Process
Protocol: string
SkState: string
UID: number