我试图在两台机器之间同步时间,但不幸的是我做不到。我总是得到
"12 Jan 01:09:55 ntpdate[2477]: no server suitable for synchronization found"
错误。我怀疑resctict选项是错误的。我当前的设置是
# Hosts on local network are less restricted.
restrict 192.168.23.140 mask 255.255.255.252 nomodify notrap
我的ntpd服务器是192.168.23.140,客户端是192.168.23.141,我的设
我正在编写一个ping应用程序,它测量两台计算机(A和B)之间的数据包恢复/发送时间。它测量A->B->A时间,A->B时间和B->A时间。现在,我在计算B->A的平均时间时遇到了一些问题,它显示了负值。计算机B在接收数据包时比计算机A有“更快”的/greater时间。我使用自定义类获取时间值:
public class TimingClass {
public static long getTime() {
return System.currentTimeMillis();
}
}
客户端应用程序的输出如下所示:
Time of