Searched refs:NTP_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
46 private static final int NTP_PACKET_SIZE = 48; field in SntpClient78 byte[] buffer = new byte[NTP_PACKET_SIZE]; in requestTime()