mirror of
https://github.com/paulusmack/ppp.git
synced 2024-12-02 16:03:31 +08:00
17 lines
490 B
Plaintext
17 lines
490 B
Plaintext
* Things to do *
|
|
|
|
- How should we handle the case where MTU > MRU?
|
|
Should we reduce the IP MTU to the link MRU (so TCP MSS is correct)?
|
|
|
|
- Provide ways to:
|
|
+ set the IP address, possibly based on the peer's identity
|
|
+ have external checking of PAP user/password, CHAP response
|
|
+ supply the PAP user/password, CHAP secret
|
|
+ decide which tty to use (locking, DTR issues)
|
|
|
|
- Integrate callback stuff?
|
|
|
|
- Implement link quality monitoring
|
|
|
|
- Implement other network control protocols
|