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