PetteriAimonen commented on issue #10887:
URL: https://github.com/apache/nuttx/issues/10887#issuecomment-1909885453

   It's just that transmission timestamps are not implemented in NuttX 
currently. It could be added, but because of the RTOS nature, the packets go 
out near immediately when sent, so it is not as important to accuracy as the RX 
timestamp.
   
   I found some difficulty in trying to design how TX timestamps in NuttX would 
work, because they are possibly known only later when send() has already 
returned. So I decided not to do it when I achieved the necessary precision 
(less than 10 us error) without it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to