From 2b526756f0c7556348b2c92f7e6266d859e584a0 Mon Sep 17 00:00:00 2001 From: Sylvain Rochet Date: Mon, 9 Mar 2015 00:49:08 +0100 Subject: [PATCH] PPP, updated netif/FILES about PPP --- src/netif/FILES | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/netif/FILES b/src/netif/FILES index 099dbf3e..62165f68 100644 --- a/src/netif/FILES +++ b/src/netif/FILES @@ -23,7 +23,6 @@ slipif.c protocol. It requires a sio (serial I/O) module to work. ppp/ Point-to-Point Protocol stack - The PPP stack has been ported from ucip (http://ucip.sourceforge.net). - It matches quite well to pppd 2.3.1 (http://ppp.samba.org), although - compared to that, it has some modifications for embedded systems and - the source code has been reordered a bit. \ No newline at end of file + The lwIP PPP support is based from pppd (http://ppp.samba.org) with + huge changes to match code size and memory requirements for embedded + devices. Please read ppp/PPPD_FOLLOWUP for a detailed explanation.