diff options
author | Martin Ashby <martin@ashbysoft.com> | 2023-12-01 23:53:25 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2023-12-01 23:53:25 +0000 |
commit | 56325badfaa713a920128d27479e9205615957c1 (patch) | |
tree | 2525408dd2f7b2606b0b196bd57a86bf73df93a3 /README.md | |
parent | 6c24cd4862cd06f3364810b73e3de1bab411f31a (diff) | |
download | zbt-56325badfaa713a920128d27479e9205615957c1.tar.gz zbt-56325badfaa713a920128d27479e9205615957c1.tar.bz2 zbt-56325badfaa713a920128d27479e9205615957c1.tar.xz zbt-56325badfaa713a920128d27479e9205615957c1.zip |
Make peer_id a constant
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # zbt -Bittorrent client using Zig and Capy for UI. +Terminal based bittorrent client built with Zig. Somewhat inspired by codecrafters bittorrent course. |