twisterp2pblockchainnetworkbittorrentipv6microbloggingsocial-networkdhtdecentralizedtwister-coretwisterarmyp2p-networktwister-servertwister-ipv6
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
228 B
18 lines
228 B
12 years ago
|
#ifndef TWISTER_H
|
||
|
#define TWISTER_H
|
||
|
|
||
|
#include <boost/thread.hpp>
|
||
|
|
||
|
#define LIBTORRENT_PORT_OFFSET 1000
|
||
|
|
||
|
class twister
|
||
|
{
|
||
|
public:
|
||
|
twister();
|
||
|
};
|
||
|
|
||
|
void startSessionTorrent(boost::thread_group& threadGroup);
|
||
|
|
||
|
|
||
|
#endif // TWISTER_H
|