Type alias NetdNtpServer

NetdNtpServer: {
    delay: number;
    name: string;
    status: NetdNtpServerStatus;
    stratum: number;
}

Connection status to remote NTP server.

Type declaration

  • delay: number

    Round-trip delay to the server in milliseconds. Result under 10ms is considered good. Result over 50ms is considered poor. Anything in between is considered acceptable.

  • name: string

    IP address of the NTP server.

  • status: NetdNtpServerStatus

    Whether the server is reachable or not.

  • stratum: number

    Stratum indicates how many hops away from the reference clock a server is.

Generated using TypeDoc