|
发表于 2003-6-23 18:53:11
|
显示全部楼层
自动断线重拔是它固有的功能
你可以看它的man页:man pppoe
DESIGN GOALS
My design goals for this PPPoE client were as follows, in descending order of importance:
o It must work.
o It must be a user-space program and not a kernel patch.
o The code must be easy to read and maintain.
o It must be fully compliant with RFC 2516, the proposed PPPoE standard.
o It must never hang up forever -- if the connection is broken, it must detect this and exit, allowing a wrapper script to restart the connection.
o It must be fairly efficient.
I believe I have achieved all of these goals, but (of course) am open to suggestions, patches and ideas. See my home page, http://www.roar-ingpenguin.com, for contact information. |
|