Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rewrite bittorrent example in s4u
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Sun, 6 Aug 2017 13:57:31 +0000 (15:57 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Sun, 6 Aug 2017 14:05:59 +0000 (16:05 +0200)
commitf2d416e568c637bec46247643265b22045e6eed3
tree5cfdb3e41d2bdb84a21aaed648b9ead384145c55
parent3cf13ab4bbf05fda35e5f47be816a7b1ddaf77ff
rewrite bittorrent example in s4u
12 files changed:
examples/msg/app-bittorrent/bittorrent.h
examples/msg/app-bittorrent/peer.c
examples/msg/app-bittorrent/tracker.c
examples/s4u/CMakeLists.txt
examples/s4u/app-bittorrent/s4u_app-bittorrent.tesh [new file with mode: 0644]
examples/s4u/app-bittorrent/s4u_app-bittorrent_d.xml [new file with mode: 0644]
examples/s4u/app-bittorrent/s4u_bittorrent.cpp [new file with mode: 0644]
examples/s4u/app-bittorrent/s4u_bittorrent.hpp [new file with mode: 0644]
examples/s4u/app-bittorrent/s4u_peer.cpp [new file with mode: 0644]
examples/s4u/app-bittorrent/s4u_peer.hpp [new file with mode: 0644]
examples/s4u/app-bittorrent/s4u_tracker.cpp [new file with mode: 0644]
examples/s4u/app-bittorrent/s4u_tracker.hpp [new file with mode: 0644]