lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #7843] Fix corner case with dhcp timeouts


From: Henrik Persson
Subject: [lwip-devel] [patch #7843] Fix corner case with dhcp timeouts
Date: Wed, 05 Sep 2012 12:22:21 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1

URL:
  <http://savannah.nongnu.org/patch/?7843>

                 Summary: Fix corner case with dhcp timeouts
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: hnrkp
            Submitted on: Wed 05 Sep 2012 12:22:20 PM GMT
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

If t1 >= t2 timeout then only t2 timer should be scheduled. This can happen
when a sub 1 minute lease is received. dhcp_coarse_timer will then trip t2 but
leave t1, leaving that triggered on next timer producing "interesting"
results.

Attached patch fixes this. It has been running for ten months+ in quite a
number of systems and different networks environments.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Wed 05 Sep 2012 12:22:20 PM GMT  Name:
0001-Fix-corner-case-with-dhcp-timeouts.patch  Size: 1kB   By: hnrkp
git-apply-patch patch
<http://savannah.nongnu.org/patch/download.php?file_id=26478>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?7843>

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




reply via email to

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