<div>What I need to find is delay = Actual time - time when packet was sent from source computer. So, how can I find each one?</div>
<div>&nbsp;</div>
<div>I've tried to find the first one from the computer clock and the second one from timestamp ( but I&nbsp;guess that this is incorrect ). In addition i need precision of microseconds, so time.h isn't precise enough.</div>