[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [patch #10120] PPPAPI - Add pppapi_set_auth function.
From: |
Jesús Jorge |
Subject: |
[lwip-devel] [patch #10120] PPPAPI - Add pppapi_set_auth function. |
Date: |
Wed, 13 Oct 2021 07:23:58 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 |
Follow-up Comment #2, patch #10120 (project lwip):
Hi Sylvain,
In our case, we are using the PPPAPI with the *LWIP_TCPIP_CORE_LOCKING* option
set to 0 (working with the centralized TCPIP_thread and defining the
*LWIP_MARK_TCPIP_THREAD*. In this scenario, and with the asserts enabled, the
use of the *ppp_set_auth* from outside the tcpip_thread generates an assertion
error and could not be used (the *ppp_set_auth* calls the
LWIP_ASSERT_CORE_LOCKED).
This is the reason why we use the PPPAPI and need the *ppp_set_auth* through
the PPPAPI.
Thanks
Jesús
_______________________________________________________
Reply to this item at:
<https://savannah.nongnu.org/patch/?10120>
_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/
- [lwip-devel] [patch #10120] PPPAPI - Add pppapi_set_auth function., Jesús Jorge, 2021/10/13
- [lwip-devel] [patch #10120] PPPAPI - Add pppapi_set_auth function., Sylvain Rochet, 2021/10/13
- [lwip-devel] [patch #10120] PPPAPI - Add pppapi_set_auth function.,
Jesús Jorge <=
- [lwip-devel] [patch #10120] PPPAPI - Add pppapi_set_auth function., Jesús Jorge, 2021/10/13
- [lwip-devel] [patch #10120] PPPAPI - Add pppapi_set_auth function., Sylvain Rochet, 2021/10/13
- [lwip-devel] [patch #10120] PPPAPI - Add pppapi_set_auth function., Sylvain Rochet, 2021/10/13
- [lwip-devel] [patch #10120] PPPAPI - Add pppapi_set_auth function., Simon Goldschmidt, 2021/10/13
- Re: [lwip-devel] [patch #10120] PPPAPI - Add pppapi_set_auth function., Axel Lin, 2021/10/13