sntp icon indicating copy to clipboard operation
sntp copied to clipboard

A implementation of NTP server,RFC2030

Results 3 sntp issues
Sort by recently updated
recently updated
newest added

When I integrate ntp with tftp, MAXPROCS block my tftp service.

NTP client only gets the time of the server, and does not process the time through NTP protocol

When given an IPv4 address, the string spliteAddr receives looks like: 1.2.3.4:123 Splitting on ":" is fine, because the IP address contains only integers and "." chars. When given an...