PPP, Documentation, fixed PPP_INPROC_MULTITHREADED default status

This commit is contained in:
Sylvain Rochet 2015-02-21 18:41:39 +01:00
parent f57d4818a4
commit 9052511c86

View File

@ -290,8 +290,9 @@ ppp_free(ppp);
PPPoS require a serial I/O SIO port (see include/lwip/sio.h). Received data
on serial port should be sent to lwIP using the pppos_input() function.
This function is not thread-safe by default, setting PPP_INPROC_MULTITHREADED
to a true value in your lwipopts.h file makes pppos_input() thread safe.
This function is thread-safe by default if NO_SYS==0. You can alter whether
you want this function thread-safe or not using the PPP_INPROC_MULTITHREADED
setting in your lwipopts.h file.
/*
* Fonction to call for received data