t 为服务器和客户端之间的时间偏差;d 为两者之间的往返时间,这样就有以下等式:T2=T1+t+d/2; T2-T1=t+d/2; T4=T3-t+d/2; T3-T4=t-d/2;联立求解即得: d=(T4-T1)-(T3-T2); t=((T2-T1)+(T3-T4))/2
本文地址:http://com.8s8s.com/it/it33480.htm