BitTorrent
- Some resources that were useful while making BitTorrent Client:
- Beej's Guide to Network Programming: https://beej.us/guide/bgnet/html/index.html
- BitTorrent devloper docs: https://www.bittorrent.org/beps/bep_0000.html
- BitTorrent unofficial docs but more detailed https://wiki.theory.org/BitTorrentSpecification
- non blocking network i/o
- detect connection fail
- fdsets for select
- fcntl manual for macos
- Vuze client shows detailed logs. Is useful for debugging.
- Wireshark is also useful to inspect packets.