CPU: Wrong CPU Load %.
[tomato.git] / release / src / router / ppp / pppoecd / README
blob9028f7ede00bc7cb014c4db1ccbacc111eea47ef
1 PPPoEcd 2.4.1
2 $Id: README,v 1.1.1.4 2003/10/14 08:09:54 sparq Exp $
4 This is PPPoEcd, a PPPoE client daemon. It is essentially a
5 stripped-down version of PPPd with
7 - minimal options support (see options.c)
8 - statically linked PPPoE client support
9 - PAP/CHAP/CCP only
11 Private versions of pppd.h and pppoe.h are used in this directory to
13 - override debug function calls
14 - override non-applicable function calls
15 - compile out non-applicable code paths through static const options
17 Most of the common-code protocol files have been left alone. A lot of
18 dead code could probably be stripped from them, but most of the bloat
19 was in sys-linux.o and options.o.