lint code
This commit is contained in:
parent
d38cdb9b8c
commit
89a7508f26
5 changed files with 87 additions and 67 deletions
|
@ -40,6 +40,7 @@ Explanation of the fields:
|
|||
password a password used to encrypt transfer
|
||||
timeout in seconds
|
||||
method encryption method, "bf-cfb", "aes-256-cfb", "des-cfb", "rc4", etc. Default is table, which is not secure. "aes-256-cfb" is recommended
|
||||
fast_open use TCP_FASTOPEN, true/false
|
||||
|
||||
`cd` into the directory of `config.json`. Run `ssserver` on your server. To run it in the background, run
|
||||
`nohup ssserver > log &`.
|
||||
|
@ -112,6 +113,11 @@ Or:
|
|||
$ sudo apt-get install libevent-dev python-pip
|
||||
$ sudo pip install gevent
|
||||
|
||||
If both of your server and client are deployed on Linux 3.7+, you can turn on
|
||||
fast_open for lower latency.
|
||||
|
||||
echo 3 > /proc/sys/net/ipv4/tcp_fastopen
|
||||
|
||||
License
|
||||
-------
|
||||
MIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue