clarified PPP_INPROC_OWNTHREAD documentation

This commit is contained in:
Sylvain Rochet 2012-06-23 13:46:51 +02:00
parent a83fb30836
commit ba0c619844

View File

@ -59,8 +59,10 @@
#endif #endif
/** PPP_INPROC_OWNTHREAD==1: start a dedicated RX thread per PPP session. /** PPP_INPROC_OWNTHREAD==1: start a dedicated RX thread per PPP session.
* Default is 0: call pppos_input() for received raw characters, character * Default is 1 if PPP_INPROC_MULTITHREADED is enabled.
* reception is up to the port */ * If set to 0, call pppos_input() for received raw characters, character
* reception is up to the port.
*/
#ifndef PPP_INPROC_OWNTHREAD #ifndef PPP_INPROC_OWNTHREAD
#define PPP_INPROC_OWNTHREAD PPP_INPROC_MULTITHREADED #define PPP_INPROC_OWNTHREAD PPP_INPROC_MULTITHREADED
#endif #endif