mirror of https://github.com/ARMmbed/mbed-os.git
Update connectivity/libraries/ppp/source/ppp_service.cpp
Co-authored-by: Hugues Kamba <41612201+hugueskamba@users.noreply.github.com>pull/13476/head
parent
8a3425ed3d
commit
0e032eaab0
|
@ -60,7 +60,7 @@ extern "C" { // "pppos.h" is missing extern C
|
||||||
/* Timeout to wait for PPP connection to be terminated
|
/* Timeout to wait for PPP connection to be terminated
|
||||||
* (LCP Terminate-Request is answered with Terminate-Ack)
|
* (LCP Terminate-Request is answered with Terminate-Ack)
|
||||||
*/
|
*/
|
||||||
constexpr auto PPP_TERMINATION_TIMEOUT = 30000ms;
|
#define PPP_TERMINATION_TIMEOUT 30s;
|
||||||
|
|
||||||
// If both IPCP and IPCP6 are made, how long to wait for both to complete
|
// If both IPCP and IPCP6 are made, how long to wait for both to complete
|
||||||
#define PPP_IPCP_IPCP6_DELAY 5000
|
#define PPP_IPCP_IPCP6_DELAY 5000
|
||||||
|
@ -655,4 +655,3 @@ MBED_WEAK PPP &PPP::get_default_instance()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* --------------------------------- End Of File ------------------------------ */
|
/* --------------------------------- End Of File ------------------------------ */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue