Skip to content

Commit

Permalink
README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nictuku committed Nov 9, 2012
1 parent 34c0299 commit aa40866
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
This is a Kademlia/Bittorrent DHT that implements BEP 5.
This is a Kademlia/Bittorrent DHT library that implements [BEP
5](http://www.bittorrent.org/beps/bep_0005.html).

It's typically used by a torrent client such as
[Taipei-Torrent](http://github.com/nictuku/Taipei-Torrent), but it could also
Expand All @@ -7,8 +8,9 @@ be used by a standalone DHT routers, or for other more creative purposes.
The DHT performs well and supports the most important features despite its
simple API.

It's able to process aprox 3000 incoming packets per second in a single core of
a very old AMD Athlon(tm) 64 Processor 3700+, when rate-limiting is disabled.
It's able to process approx 3000 incoming packets per second in a single core of
a very old AMD Athlon(tm) 64 Processor 3700+, when the optional rate-limiting
feature is disabled.

For usage details and examples, see the online documentation at:
http://go.pkgdoc.org/github.com/nictuku/dht
Expand Down

0 comments on commit aa40866

Please sign in to comment.