/* Delay since Last Sender Report (DLSR) : 32bits, 1/65536 seconds */
/* Delay since Last Sender Report (DLSR) : 32bits, 1/65536 seconds */
lsr_now=(uint32_t)(ntp_usec*0.065536)|(ntp_sec&0x0000ffff)<<16;/* 0.065536 is used for convertion from useconds to fraction of 65536 (x65536/1000000) */
lsr_now=(uint32_t)(ntp_usec*0.065536)|(ntp_sec&0x0000ffff)<<16;/* 0.065536 is used for convertion from useconds to fraction of 65536 (x65536/1000000) */
/* Currently in passthru mode RTT will not be accurate, some work as to be done (something like mapping the NTP timestamp with a local one) to have RTT from both legs */
/* Currently in passthru mode RTT will not be accurate, some work as to be done (something like mapping the NTP timestamp with a local one) to have RTT from both legs */