File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
---
7
7
8
- BitTorrent client and library in Go. Running in production at [ put.io] ( putio-link ) since 2019.
8
+ BitTorrent client and library in Go. Running in production at [ put.io] ( putio-link ) since 2019. Processing thousands of torrents every day.
9
9
10
10
[ ![ GoDoc] ( https://godoc.org/github.com/cenkalti/rain?status.svg )] ( https://pkg.go.dev/github.com/cenkalti/rain/torrent?tab=doc )
11
11
[ ![ GitHub Release] ( https://img.shields.io/github/release/cenkalti/rain.svg )] ( https://github.com/cenkalti/rain/releases )
@@ -88,7 +88,7 @@ Difference from other clients
88
88
89
89
Rain is the main BitTorrent client used at [ put.io] ( putio-link ) .
90
90
It is designed to handle hundreds of torrents while using low system resources.
91
- The main difference from other clients is that Rain uses a separate peer port for each torrent.
91
+ One notable difference from other clients is that Rain uses a separate peer port for each torrent.
92
92
This allows Rain to download same torrent for multiple accounts in same private tracker and keep reporting their ratio correctly.
93
93
94
94
Missing features
You can’t perform that action at this time.
0 commit comments