You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/03/07 21:00:54 UTC

[GitHub] ccollins476ad opened a new pull request #886: lwip - Fix time calculation

ccollins476ad opened a new pull request #886: lwip - Fix time calculation
URL: https://github.com/apache/mynewt-core/pull/886
 
 
   The `sys_now` function is supposed to calculate milliseconds since boot.  However, the operands were not in the correct order, so the units were off.
   
   In sim, this caused the `tcpip_thread()` task handler to never yield to other tasks during timeout calculation.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services