Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert and massevely rewrite app-bittorrent
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 19 Mar 2020 14:26:03 +0000 (15:26 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 19 Mar 2020 14:26:03 +0000 (15:26 +0100)
commitc877721341b71a10f05fe7864ed41e5b7925c587
treea261e237b118d4eed03460f36710a749927c3324
parent1cde8d0c05880204fb76bdb7dcfae129b58b9f69
convert and massevely rewrite app-bittorrent
20 files changed:
MANIFEST.in
examples/c/CMakeLists.txt
examples/c/app-bittorrent/app-bittorrent.c [moved from teshsuite/msg/app-bittorrent/bittorrent.c with 62% similarity]
examples/c/app-bittorrent/app-bittorrent.h [new file with mode: 0644]
examples/c/app-bittorrent/app-bittorrent.tesh [moved from teshsuite/msg/app-bittorrent/app-bittorrent.tesh with 88% similarity]
examples/c/app-bittorrent/app-bittorrent_d.xml [moved from teshsuite/msg/app-bittorrent/app-bittorrent_d.xml with 100% similarity]
examples/c/app-bittorrent/bittorrent-peer.c [moved from teshsuite/msg/app-bittorrent/bittorrent-peer.c with 58% similarity]
examples/c/app-bittorrent/bittorrent-peer.h [new file with mode: 0644]
examples/c/app-bittorrent/generate.py [moved from teshsuite/msg/app-bittorrent/generate.py with 100% similarity]
examples/c/app-bittorrent/tracker.c [new file with mode: 0644]
examples/c/app-bittorrent/tracker.h [new file with mode: 0644]
teshsuite/msg/CMakeLists.txt
teshsuite/msg/app-bittorrent/bittorrent-messages.c [deleted file]
teshsuite/msg/app-bittorrent/bittorrent-messages.h [deleted file]
teshsuite/msg/app-bittorrent/bittorrent-peer.h [deleted file]
teshsuite/msg/app-bittorrent/bittorrent.h [deleted file]
teshsuite/msg/app-bittorrent/connection.c [deleted file]
teshsuite/msg/app-bittorrent/connection.h [deleted file]
teshsuite/msg/app-bittorrent/tracker.c [deleted file]
teshsuite/msg/app-bittorrent/tracker.h [deleted file]