How to implement RFC 3393 (Ipdv packet delay varation) in C?

Posted by sagar on Stack Overflow See other posts from Stack Overflow or by sagar
Published on 2009-02-04T05:41:38Z Indexed on 2010/05/02 20:27 UTC
Read the original article Hit count: 268

Filed under:
|
|
|
|

Hello , I am building an Ethernet Application in which i will be sending packets from one side and receiving it on the other side. I want to calculate delay in packets at the receiver side as in RFC 3393. So I have to put a timestamps in the packet at the sender side and then take the timestamps at the receiver side as soon as i receive the packet . Subtracting the values i will get the difference in timestamps and then subtracting this value with subsequent difference i will get One way ipdv delay . Both the clocks are not synchronized . So any help is greatly appreciated. Thank you.

© Stack Overflow or respective owner

Related posts about rfc

Related posts about c