module BitTorrent

Defined in:

bittorrent.cr
bittorrent/bencoding/decode.cr
bittorrent/bencoding/encode.cr
bittorrent/bencoding/types.cr
bittorrent/download.cr
bittorrent/peer.cr
bittorrent/protocol.cr
bittorrent/socket.cr
bittorrent/torrent.cr
bittorrent/tracker.cr

Constant Summary

CHOKE = {1, 0_u8}
HAVE = {5, 4_u8}
INTERESTED = {1, 2_u8}
KEEP_ALIVE = 0
NOT_INTERESTED = {1, 3_u8}
REQUEST = {13, 6_u8}
REQUEST_BLOCK_SIZE = 16000
UNCHOKE = {1, 1_u8}
VERSION = "0.1.0"