diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2018-01-10 15:52:46 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2018-01-10 15:52:46 +0300 |
commit | b48d86c9d79ee428e3e43346426433a9d42e625b (patch) | |
tree | 1b35a60866f2d82a8eb0d22b526c9d83047020ac /README | |
parent | f745befbea4d09fb47d5172d58f5b4a162d18977 (diff) | |
parent | d6c2e0c9df75401a0a7aaebacf01bdf93f23167c (diff) | |
download | accel-ppp-b48d86c9d79ee428e3e43346426433a9d42e625b.tar.gz accel-ppp-b48d86c9d79ee428e3e43346426433a9d42e625b.zip |
Merge branch 'master' of github.com:xebd/accel-ppp
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |