> Le 9 juin 2017 à 12:02, sneha b <[email protected]> a écrit : > > Basically I want to reduce this 4.5 to something less. > And also want to know why do we get *IPCOM_ERR_FAILED.* >
From what I can see this is a proprietary vxworks error status message. Google threw up : "wr_sntp_for_vx7_programmers_guide_1.0_图文_百度文库 <http://wenku.baidu.com/view/df2e85bc4028915f804dc297.html> ... else printf("System time updated!\n"); break; case IPCOM_ERR_FAILED: printf("Invalid (S)NTP message received!\n"); break; case IPCOM_ERR_INVALID_ARG: printf("Invalid arguments!\n"); break; case IPCOM_ERR_TIMEOUT: printf("Timeout. No responses received!\n"); break; default: … So from that code snippet interpretation, it looks like you are getting bad format data returned from the server. I should check your system call man page and header files . Of course, if you have a Wind River support contract, give them a call. > Thanks, > Sneha > > On Fri, Jun 9, 2017 at 3:27 PM, sneha b <[email protected]> wrote: > >> Hi, >> >> We are using vxworks as ntp client and windows7 as ntp server, and are >> using ipsntp_query_time, to get the time. >> >> This query will happen every 45 second, but for first 6 packets, i.e >> almost 4.5 minutes we are getting, "*IPCOM_ERR_FAILED*" error. >> >> I searched in net, but was unable to get any information on this. >> >> Can some one please help me in this, I am blocked here. >> >> Thanks in advance, >> Sneha >> > _______________________________________________ > questions mailing list > [email protected] > http://lists.ntp.org/listinfo/questions "The power of accurate observation is commonly called cynicism by those who have not got it. » George Bernard Shaw _______________________________________________ questions mailing list [email protected] http://lists.ntp.org/listinfo/questions
