lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #48876] nd6: timers should be in ticks, not ms


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #48876] nd6: timers should be in ticks, not ms
Date: Tue, 23 Aug 2016 19:16:45 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36

URL:
  <http://savannah.nongnu.org/bugs/?48876>

                 Summary: nd6: timers should be in ticks, not ms
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: goldsimon
            Submitted on: Tue 23 Aug 2016 07:16:43 PM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None
            lwIP version: git head

    _______________________________________________________

Details:

nd6 keeps its timers in ms, e.g. nd6_tmr() does 'x.reachable_time -=
ND6_TMR_INTERVAL;' instead of 'x.reachable_time--;'

This should be changed to match what the rest of the stack does (-- is
probably smaller, as well)




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?48876>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]