summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVladislav Grishenko <themiron@mail.ru>2018-01-05 18:21:29 +0500
committerVladislav Grishenko <themiron@mail.ru>2018-01-05 18:30:48 +0500
commit2632ff4c1f3917f7d24cffad64c26740fdef0786 (patch)
treea06cfebc7b69d1b7f1610b22b5aa1409a71a1060 /README
parent3bf08b872e9a9640db468b823358523ec74cc178 (diff)
downloadaccel-ppp-2632ff4c1f3917f7d24cffad64c26740fdef0786.tar.gz
accel-ppp-2632ff4c1f3917f7d24cffad64c26740fdef0786.zip
sstp: add man & readme records
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index b515648c..6498d803 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
Overview
--------
-The ACCEL-PPP v1.0 is completly new implementation of PPTP/PPPoE/L2TP which was written from scratch.
+The ACCEL-PPP v1.0 is completly new implementation of PPTP/PPPoE/L2TP/SSTP which was written from scratch.
Userspace daemon has its own PPP implementation, so it does not uses pppd and one process (multi-threaded) manages all connections.
-ACCEL-PPP uses only kernel-mode implementations of pptp/l2tp/pppoe.
+ACCEL-PPP uses kernel-mode implementations of pptp/l2tp/pppoe and user-mode of sstp.
Features
@@ -24,6 +24,7 @@ Features
14. Builtin tbf/htb shaper manager
15. Command line interface via telnet
16. SNMP support (master or subagent via AgentX)
+17. Supported SSTP
Requirment
@@ -35,6 +36,7 @@ Requirment
6. libcrypto-0.9.8 or probably later (openssl-0.9.8)
7. libpcre
8. net-snmp-5.x
+9. libssl-0.9.8 or probably later (openssl-0.9.8)
Compilation and instalation