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-573-g3aa82745
Date: Thu, 11 May 2023 15:04:25 -0400 (EDT)

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  3aa82745c14bf9cbf1b67a484fdecf096b0ac0cd (commit)
       via  90b2a6b4c4875379d18014673bafaddc1079d1af (commit)
       via  5231c8da23ac02b6886b461f3d369aa7a116c0d8 (commit)
       via  00f5e179b587314dbb947b415598c71cd6d49965 (commit)
       via  90c9a482a6e3203c825e8c86c33e0f1d7086fbb9 (commit)
      from  724cc173ca3768574ebe895abb38915285707957 (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 3aa82745c14bf9cbf1b67a484fdecf096b0ac0cd
Author: David Cermak <cermak@espressif.com>
Date:   Tue Mar 29 16:09:26 2022 +0200

    dhcp: Add macro for appending extra client's request options
    
    Co-Authored-By: Liu Han <liuhan@espressif.com>
    Co-Authored-By: Simon Goldschmidt <goldsimon@gmx.de>

commit 90b2a6b4c4875379d18014673bafaddc1079d1af
Author: Logan Gunthorpe <logang@deltatee.com>
Date:   Mon Nov 18 16:58:04 2019 -0700

    dhcp: Set hostname for DISCOVER packets
    
    If the hostname is not set in the DISCOVER packet, then some servers might
    issue an OFFER with hostname configured and consequently reject the REQUEST
    with any other hostname.
    
    Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
    Co-Authored-By: Simon Goldschmidt <goldsimon@gmx.de>

commit 5231c8da23ac02b6886b461f3d369aa7a116c0d8
Author: xueyunfei <xueyunfei@espressif.com>
Date:   Thu Jun 27 12:11:35 2019 +0800

    dhcp: Enable custom config for timeouts, thresholds, backoff time
    
    Enables to configure:
    * DHCP_COARSE_TIMER_SECS
    * if DHCP_DEFINE_CUSTOM_TIMEOUTS defined these addtional options are
    available:
      - DHCP_CALC_TIMEOUT_FROM_OFFERED_T0_LEASE to adjust the t0 lease timeout 
from the offered value
      - DHCP_CALC_TIMEOUT_FROM_OFFERED_T1_RENEW same for t1 renew
      - DHCP_CALC_TIMEOUT_FROM_OFFERED_T2_REBIND same for t2 rebind
      - DHCP_NEXT_TIMEOUT_THRESHOLD to adjust the period of the next timeout
      - DHCP_REQUEST_BACKOFF_SEQUENCE to adjust back-off times based on DHCP
    request attempts
    Also updates timeout type from u16 to u32 - eps useful when 
DHCP_COARSE_TIMER_SECS is a smaller number

commit 00f5e179b587314dbb947b415598c71cd6d49965
Author: David Cermak <cermak@espressif.com>
Date:   Thu May 11 18:18:36 2023 +0200

    dhcp: Move in-place timeout/threshold calculations to macros

commit 90c9a482a6e3203c825e8c86c33e0f1d7086fbb9
Author: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Date:   Thu May 11 20:26:21 2023 +0200

    ci: fix compiling test_tcp_state.c; add to msvc project

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

Summary of changes:
 .../win32/msvc/lwip_unittests.vcxproj.filters      |  6 ++
 src/core/ipv4/dhcp.c                               | 82 ++++++++++++++--------
 src/include/lwip/dhcp.h                            | 23 ++++--
 src/include/lwip/opt.h                             |  8 +++
 test/unit/tcp/test_tcp_state.c                     |  2 +
 5 files changed, 84 insertions(+), 37 deletions(-)


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



reply via email to

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