lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack b


From: Simon Goldschmidt
Subject: Re: [lwip-devel] [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1472-ge4e0fc4
Date: Mon, 18 Jun 2018 07:42:17 +0200

Sylvain,

this change breaks the build when PPP_SUPPORT is disabled as PPP_NUM_TIMEOUTS 
now
references defines that are unknown (via PPP_NUM_TIMEOUTS_PER_PCB).

One solution would be to explicitly define PPP_NUM_TIMEOUTS to 0 if PPP_SUPPORT 
== 0.

Regards,
Simon


> Gesendet: Montag, 18. Juni 2018 um 01:15 Uhr
> Von: "Sylvain Rochet" <address@hidden>
> An: address@hidden
> Betreff: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, 
> master, updated. master_at_STABLE-2_0_0-1472-ge4e0fc4
>
> 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  e4e0fc419308c73b50614b20b5fda286b894f618 (commit)
>       from  58b5a5fc5a26240dffad4d85b89be08914507984 (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 e4e0fc419308c73b50614b20b5fda286b894f618
> Author: Sylvain Rochet <address@hidden>
> Date:   Mon Jun 18 01:11:01 2018 +0200
> 
>     PPP: set PPP_NUM_TIMEOUTS_PER_PCB value to computed number of 
> simultaneous timers
>     
>     A deep analysis of simultaneously running timers showed we can use a
>     slightly smaller value for PPP_NUM_TIMEOUTS_PER_PCB, value which was
>     arbitrarily chosen to a safe value based on the number of enabled PPP
>     features. Add the boring and long analysis to the end of our internal
>     header file and use the result in ppp_opts.h.
>     
>     Signed-off-by: Sylvain Rochet <address@hidden>
> 
> -----------------------------------------------------------------------
> 
> Summary of changes:
>  src/include/netif/ppp/ppp_impl.h | 88 
> ++++++++++++++++++++++++++++++++++++++++
>  src/include/netif/ppp/ppp_opts.h |  5 ++-
>  2 files changed, 91 insertions(+), 2 deletions(-)
> 
> 
> hooks/post-receive
> -- 
> lwIP - A Lightweight TCPIP stack
> 
> _______________________________________________
> lwip-commits mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/lwip-commits
> 



reply via email to

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