mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update README
This commit is contained in:
parent
3fde7d626d
commit
7b6bb12c9e
2 changed files with 10 additions and 5 deletions
11
README.md
11
README.md
|
|
@ -9,11 +9,11 @@ of sub-implementations for different protocols:
|
|||
[aquatic_http]: ./crates/http
|
||||
[aquatic_ws]: ./crates/ws
|
||||
|
||||
| Name | Protocol | OS requirements |
|
||||
|----------------|-------------------------------------------|-----------------|
|
||||
| [aquatic_udp] | BitTorrent over UDP | Unix-like |
|
||||
| [aquatic_http] | BitTorrent over HTTP, optionally over TLS | Linux 5.8+ |
|
||||
| [aquatic_ws] | WebTorrent, optionally over TLS | Linux 5.8+ |
|
||||
| Name | Protocol | OS requirements |
|
||||
|----------------|-------------------------------------------|--------------------|
|
||||
| [aquatic_udp] | BitTorrent over UDP | Unix-like |
|
||||
| [aquatic_http] | BitTorrent over HTTP, optionally over TLS | Linux 5.8 or later |
|
||||
| [aquatic_ws] | WebTorrent, optionally over TLS | Linux 5.8 or later |
|
||||
|
||||
Features at a glance:
|
||||
|
||||
|
|
@ -27,6 +27,7 @@ Features at a glance:
|
|||
Known users:
|
||||
|
||||
- [explodie.org public tracker](https://explodie.org/opentracker.html) (`udp://explodie.org:6969`), typically [serving ~100,000 requests per second](https://explodie.org/tracker-stats.html)
|
||||
- [tracker.webtorrent.dev](https://tracker.webtorrent.dev) (`wss://tracker.webtorrent.dev`)
|
||||
|
||||
## Performance of the UDP implementation
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,10 @@ Features at a glance:
|
|||
- Prometheus metrics
|
||||
- Automated CI testing of full file transfers
|
||||
|
||||
Known users:
|
||||
|
||||
- [tracker.webtorrent.dev](https://tracker.webtorrent.dev) (`wss://tracker.webtorrent.dev`)
|
||||
|
||||
## Performance
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue