lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-301-gaf04991
Date: Tue, 10 Dec 2019 15:45:38 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  af0499131f656dc94ffaf5b14ec890eceb5e9da9 (commit)
       via  30d445bd39ba82df958c4e61b9400872c1b7b82f (commit)
       via  05ffe144dd1253e10a0fbe5dc58d0240ee4c4428 (commit)
       via  e09add37c122864fbb027abf7a5702282f4708f7 (commit)
      from  eaa8f34f6ac2bdf341c3f8d04f88b0e35ff9f3cb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit af0499131f656dc94ffaf5b14ec890eceb5e9da9
Author: Simon Goldschmidt <address@hidden>
Date:   Tue Dec 10 21:43:47 2019 +0100

    autoip: fix typo
    
    Signed-off-by: Simon Goldschmidt <address@hidden>

commit 30d445bd39ba82df958c4e61b9400872c1b7b82f
Author: David Girault <address@hidden>
Date:   Tue Jun 25 11:12:18 2019 +0200

    acd: inform address is good only when going in ongoing state
    
    Signed-off-by: Simon Goldschmidt <address@hidden>

commit 05ffe144dd1253e10a0fbe5dc58d0240ee4c4428
Author: David Girault <address@hidden>
Date:   Tue Jun 25 11:10:04 2019 +0200

    acd: reset conflict count to ensure fast re-probing after announcing
    
    Signed-off-by: Simon Goldschmidt <address@hidden>

commit e09add37c122864fbb027abf7a5702282f4708f7
Author: David Girault <address@hidden>
Date:   Tue May 21 15:09:42 2019 +0200

    acd: fix MAX_CONFLICTS check accorting RFC.
    
    As written in RFC5227 in 2.1.1 Probe Details:
    
       A host implementing this specification MUST take precautions to limit
       the rate at which it probes for new candidate addresses: if the host
       experiences MAX_CONFLICTS or more address conflicts on a given
       interface, then the host MUST limit the rate at which it probes for
       new addresses on this interface to no more than one attempted new
       address per RATE_LIMIT_INTERVAL.
    
    But `acd_restart` restart function check for `acd->num_conflicts > 
MAX_CONFLICTS`
    which allow one more probe than expected.
    
    So this commit change the test to `acd->num_conflicts >= MAX_CONFLICTS`.
    
    Signed-off-by: Simon Goldschmidt <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 src/core/ipv4/acd.c    | 9 ++++++---
 src/core/ipv4/autoip.c | 2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

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