]> git.ozlabs.org Git - ppp.git/blobdiff - TODO
Add extra baud rates >= 1Mbaud.
[ppp.git] / TODO
diff --git a/TODO b/TODO
index 14110dfe4f0895ffeb8074288bb057e014242fd1..fed1f311f791029d74e80e83a9ebc190ac43a382 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,7 +1,16 @@
 * Things to do *
 
-1. Support dial-on-demand in PPP
+- How should we handle the case where MTU > MRU?
+  Should we reduce the IP MTU to the link MRU (so TCP MSS is correct)?
 
-2. Implement link quality monitoring
+- 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)
 
-3. Implement other network control protocols
+- Integrate callback stuff?
+
+- Implement link quality monitoring
+
+- Implement other network control protocols