Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
BitTorrent
Constants
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"
Nested types
BitTorrent::BEncoding
BitTorrent::Download
BitTorrent::Peer
BitTorrent::PeerAddress
BitTorrent::PeerList
BitTorrent::Socket
BitTorrent::Torrent
BitTorrent::Tracker