-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
Hello Lyft ππ
I'm stepping across this project, as we're looking for NTP library. It looks great and does what we need with minimum code π. Although, I'm wondering if it's possible to specify multiple NTP hosts?
Kronos Android supports it:
val NTP_HOSTS = listOf("0.pool.ntp.org", "1.pool.ntp.org", "2.pool.ntp.org", "3.pool.ntp.org")
// ..
ntpHosts: List<String> = NTP_HOSTSbut the iOS version seems to only accept single host:
pool: String = "time.apple.com"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels