NTP-Client
NTP-Client copied to clipboard
Status: Rx Msg Timeout
Why your NTP client show that error, I had try re-run, but after time it show that error.
recvfrom() socket function call timeouts, thats your problem. RX_TIMEOUT is set to 5000 ms, so most likely your NTP server does not respond in that time. Why? It could be caused by lot of things, jammed network, incorrect configuration, your ISP problem or high packet loss....
I dont know the default interval of your NTP client console, how to change interval time in console. My NTP server which i use is time.cloudflare.com , your client cannot resolve DNS address, so I resolved and use 162.159.200.1. Can you test that server with your PC/network ? And if you can. make your NTP client run in background or like a windows service.