forked from KNEMC/KLALB
Changes
This commit is contained in:
@@ -30,7 +30,7 @@ import org.kne.math.Long128;
|
||||
public class NTPv4Protocol implements Closeable, AutoCloseable {
|
||||
private static final boolean showPacket = false;
|
||||
public static final int NTP_DEFAULT_PORT = 123;
|
||||
private static final long DEFAULT_POLL_INTERVAL = 2000000000L;
|
||||
private static final long DEFAULT_POLL_INTERVAL = 1000000000L;
|
||||
private static final long REQUEST_TIMEOUT = 10000000000L;
|
||||
private static final long EPHEMERAL_TIMEOUT = 60000000000L;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user