lyft / Kronos-Android

An Open Source Kotlin SNTP library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default NTP hosts?

agforte opened this issue · comments

Nowhere in the documentation it says what are the default NTP hosts used. Could you please add it so that users can choose if to use them or replace them with others?

Looking at the implementation, the default hosts seem to be there:

val NTP_HOSTS = listOf("2.us.pool.ntp.org", "1.us.pool.ntp.org", "0.us.pool.ntp.org")

This detail is mentioned in the readme file at this point.