NTP_PACKET_MAX
u_char receive[NTP_PACKET_MAX];
length = read(fd, receive, NTP_PACKET_MAX);
if (length < NTP_PACKET_MIN || length > NTP_PACKET_MAX) {