diff options
author | Kozlov Dmitry <dima@server> | 2010-08-03 17:11:50 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-08-03 17:11:50 +0400 |
commit | 8a9babb739f2a9da045c749718bbe85aad5f0dd3 (patch) | |
tree | c016ab68af0d54223a3716cd7b0508b2cb0291dd /doc/README | |
parent | 5a2d6079eba1c7e2a9479cb10d714b5a97bbfe4f (diff) | |
download | accel-ppp-8a9babb739f2a9da045c749718bbe85aad5f0dd3.tar.gz accel-ppp-8a9babb739f2a9da045c749718bbe85aad5f0dd3.zip |
writing code ...
Diffstat (limited to 'doc/README')
-rw-r--r-- | doc/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/README b/doc/README new file mode 100644 index 00000000..a76719b1 --- /dev/null +++ b/doc/README @@ -0,0 +1,15 @@ +In this directory are the various standards documents implemented in +the pptp package. + +rfc791.txt Internet Protocol (IP). +rfc793.txt Transmission Control Protocol (TCP). +rfc1661.txt The Point-to-Point Protocol (PPP). +rfc1662.txt PPP in HDLC-like Framing. (serial encoding). +rfc1701.txt Generic Routing Encapsulation (GRE). +rfc1702.txt Generic Routing Encapsulation over IPv4 networks. +rfc1990.txt The PPP Multilink Protocol (MP). +ms-chap.txt Microsoft PPP CHAP extensions. +pptp-draft.txt July 1997 draft of the PPTP standard. + +rfc1990 is currently unimplemented in pptp + CSA, 12/12/97 |