Menu

#25 Make lwipthread link status polling interval configurable

closed
None
3
2013-01-09
2012-12-18
No

The hardcoded 5 seconds interval is too large in some cases, and I, like most users, would rather not copy-and-modify the lwipthread implementation that comes with Chibi/OS.

This is the relevant code in lwipthread.c:

/* Setup event sources.*/
evtInit(&evt, S2ST(5));
evtStart(&evt);

Discussion

  • Giovanni Di Sirio

    • priority: 5 --> 3
    • assigned_to: nobody --> gdisirio
    • status: open --> closed
     
  • Giovanni Di Sirio

    Implemented.

     

Log in to post a comment.