Added code to establish the time delta between the client and server

clocks immediately following authentication.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1398 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-05-28 21:56:38 +00:00
parent f9980f9353
commit 2f1a67077a
7 changed files with 390 additions and 28 deletions
@@ -1,5 +1,5 @@
//
// $Id: BootstrapData.java,v 1.4 2002/02/04 01:47:20 mdb Exp $
// $Id: BootstrapData.java,v 1.5 2002/05/28 21:56:38 mdb Exp $
package com.threerings.presents.net;
@@ -18,4 +18,7 @@ public class BootstrapData extends DObject
/** The oid to which to send invocation requests. */
public int invOid;
/** The time from which server ticks are incrementing. */
public long serverStartStamp;
}