From 996101f3bde23c127f7d584532db27a02535ac20 Mon Sep 17 00:00:00 2001 From: ycgambo <17816875364@163.com> Date: Sat, 5 May 2018 11:18:23 +0800 Subject: [PATCH] update doc for bandwidth throttling --- README.md | 1 + doc/README-chn.md | 1 + doc/contributing.md | 11 ++++++++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed4c62a..8179b9e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ A socks5 proxy to build your own shadowsocks private network. PHP based & Compos 6. Server Manager ### Coming Next +- bandwidth throttling - user management diff --git a/doc/README-chn.md b/doc/README-chn.md index 9fb19ad..a2dd86b 100644 --- a/doc/README-chn.md +++ b/doc/README-chn.md @@ -13,6 +13,7 @@ 6. 服务器管理器 ### 即将实现的特性 +- 带宽限制 - 用户管理 diff --git a/doc/contributing.md b/doc/contributing.md index ec96493..b38d09e 100644 --- a/doc/contributing.md +++ b/doc/contributing.md @@ -7,7 +7,12 @@ Support more module management. -## Recent done +### Bandwidth Throttling -Guarder -Manager \ No newline at end of file +How to calculate the bandwidth on Socket + +How to limit it + +## Recently done + +### Guarder