An example showing how to run tracker and peer:
Compilation: g++ tracker.cpp -o tracker -pthread -lssl -lcrypto
Running: ./tracker tracker_info.txt 1
Compilation: g++ peer.cpp -o peer -pthread -lssl -lcrypto
Running: ./peer 127.0.0.1:8000 tracker_info.txt