我們知道,android是通過連線指定的ntpserver來獲取網路時間,而不同的伺服器帶來的延遲也不盡相同,通常情況下,我們自然是期望盡快獲取時間,那麼我們就需要對ntpserver有一定的篩選,尤其是在選擇預設的ntpserver的時候。
android中配置ntpserver的原始檔:
frameworks/base/core/res/res/values/config.xml
此外,調整一下切換不同伺服器之間的timeout也能加快獲取網路時間
亞洲主要的一些授時伺服器:
本猿實際測試中發現,下列伺服器響應比較快,最大的平均響應時間低於150ms(可能與網路也有一定的關係,不同地方可能有較大的差異):
sg.pool.ntp.org
tw.pool.ntp.org
3.asia.pool.ntp.org
jp.pool.ntp.org
cn.pool.ntp.org
hk.pool.ntp.org
th.pool.ntp.org
s2g.time.edu.cn
配置時間伺服器
一 配置時區 根據需求更改 cp usr share zoneinfo asia shanghai etc localtime 二 安裝ntpd服務 yum y install ntp 三 配置ntpd 四 重啟ntp服務 service ntpd restart 五 檢視狀態 此過程可能需要等幾分...
時間伺服器 時間同步配置
windows2008 2012配置時間同步 w32tm config manualpeerlist time.youxinpai.com syncfromflags manual reliable yes update 查客時間間隔 w32tm stripchart computer time.y...
linux同步時間伺服器時間配置
linux時間同步簡單配置如下 centos7.x 安裝時間伺服器 系統一般會自帶 yum install ntp ntpdate y 時間伺服器臨時配置 重啟該配置失效 ntpdate 192.133.203.89 時間伺服器ip 時間伺服器配置 vim etc chrony.conf 進入vim...