mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-21 13:20:55 +00:00
clarified PPP_INPROC_OWNTHREAD documentation
This commit is contained in:
parent
a83fb30836
commit
ba0c619844
@ -59,8 +59,10 @@
|
||||
#endif
|
||||
|
||||
/** PPP_INPROC_OWNTHREAD==1: start a dedicated RX thread per PPP session.
|
||||
* Default is 0: call pppos_input() for received raw characters, character
|
||||
* reception is up to the port */
|
||||
* Default is 1 if PPP_INPROC_MULTITHREADED is enabled.
|
||||
* If set to 0, call pppos_input() for received raw characters, character
|
||||
* reception is up to the port.
|
||||
*/
|
||||
#ifndef PPP_INPROC_OWNTHREAD
|
||||
#define PPP_INPROC_OWNTHREAD PPP_INPROC_MULTITHREADED
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user