Skip to content

Commit 0c50e61

Browse files
committed
readme update
1 parent 61742eb commit 0c50e61

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ Rapid SSH Proxy. Like `ssh -ND`, but much faster.
77

88
`rsp` is a SSH client which implements SOCKS5 proxy feature of SSH protocol. Key feature of this implementation is use of multiple connections to overcome downsides of multiplexing many tunneled TCP connections in single SSH session. Multiple sessions are not limited with TCP window size of single connection and packet loss does not affect all tunneled connections at once. In order to cut latency of connection establishment `rsp` maintains pool of steady connections, which replenished with configurable rate.
99

10+
---
11+
12+
:heart: :heart: :heart:
13+
14+
You can say thanks to the author by donations to these wallets:
15+
16+
- ETH: `0xB71250010e8beC90C5f9ddF408251eBA9dD7320e`
17+
- BTC:
18+
- Legacy: `1N89PRvG1CSsUk9sxKwBwudN6TjTPQ1N8a`
19+
- Segwit: `bc1qc0hcyxc000qf0ketv4r44ld7dlgmmu73rtlntw`
20+
21+
---
22+
1023
## Features
1124

1225
* High speed as compared to conventional OpenSSH client.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
long_description = f.read()
77

88
setup(name='rsp',
9-
version='1.0.0',
9+
version='1.0.1',
1010
description='Rapid SSH Proxy',
1111
url='https://github.com/Snawoot/rsp',
1212
author='Vladislav Yarmak',

0 commit comments

Comments
 (0)