Skip to content

Commit

Permalink
Torrent-related packages
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Aug 16, 2015
1 parent dae2bab commit 51f8883
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,11 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a

*Packages that help with building Distributed Systems.*

* [dht](https://github.com/anacrolix/torrent/dht) - BitTorrent Kademlia DHT implementation.
* [go-jump](https://github.com/dgryski/go-jump) - A port of Google's "Jump" Consistent Hash function.
* [gorpc](https://github.com/valyala/gorpc) - Simple, fast and scalable RPC library for high load.
* [raft](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp.

* [torrent](https://github.com/anacrolix/torrent) - BitTorrent client package.

## Email

Expand Down Expand Up @@ -509,7 +510,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [portproxy](https://github.com/aybabtme/portproxy) - Simple TCP proxy which adds CORS support to API's which don't support it.
* [raw](https://github.com/mdlayher/raw) - Package raw enables reading and writing data at the device driver level for a network interface.
* [sftp](https://github.com/pkg/sftp) - Package sftp implements the SSH File Transfer Protocol as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt.
* [tcp_server](https://github.com/firstrow/tcp_server) - A Go library for building tcp servers faster
* [tcp_server](https://github.com/firstrow/tcp_server) - A Go library for building tcp servers faster.
* [utp](https://github.com/anacrolix/utp) - Go uTP micro transport protocol implementation.

## OpenGL

Expand Down

0 comments on commit 51f8883

Please sign in to comment.