lwip/doc
Sylvain Rochet b55412a0c4 PPP, PPPoS, replaced static sio_write() calls to a user defined callback
The overall lwIP design on data flows (netif,udp,tcp) is to use a user
defined callback to get data from stack and a static function to send
data to stack, which makes perfect sense. The SIO port was an exception,
the PPP stack never really used the SIO port by only using the
sio_send() function (and the ignominious sio_read_abort() function a
while back).

The way the SIO port is currently designed adds a tight coupling between
the lwIP port and the user code if the user need to do specific user
code if the current uart used is the PPPoS uart, which is not nice,
especially because all the lwIP stack is quite clean at this subject.

While we are at stabilizing the PPP API, change this behavior before
it's too late by replacing the static sio_write() calls to a user
defined callback.
2015-09-13 17:53:16 +02:00
..
doxygen Add doxygen config + main-file used by Frédéric to create http://www.nongnu.org/lwip/ for 1.3.0 (see https://lists.gnu.org/archive/html/lwip-users/2013-01/msg00062.html) - just so that it doesn't get lost 2015-08-19 15:43:46 +02:00
contrib.txt Removed the demand to post trivial patches to lwip-users, things keep getting lost there. 2013-04-24 20:55:45 +02:00
FILES Added a word or two on threading, which should be sufficient to close task #6683 2009-05-05 19:33:41 +00:00
ppp.txt PPP, PPPoS, replaced static sio_write() calls to a user defined callback 2015-09-13 17:53:16 +02:00
rawapi.txt Documentation, add pppapi.h to thread-safe header whitelist 2015-09-12 14:57:05 +02:00
savannah.txt Updated CVS server host names and documentation about pserver anonymous, SSH non-anonymous access to it. 2005-12-12 09:32:47 +00:00
snmp_agent.txt patch #7145: Various typos in SNMP files 2010-04-14 19:13:35 +00:00
sys_arch.txt Fixed documentation after changing sys arch prototypes for 1.4.0 2011-07-04 19:33:33 +00:00