admin 管理员组文章数量: 887031
2023年12月18日发(作者:nodejs爬虫教程)
libtorrent API 文档(中文版)
作者:Arvid Norberg, ******************
翻译:小朋友软件, ***************
文档原处:/products/libtorrent/
version:0.14.5
内容列表
·总观
·网络原语
·session
session()
o
~session()
o
pause() resume() is_paused()
o
abort()
o
add_torrent()
o
remove_torrent()
o
find_torrent() get_torrents()
o
set_upload_rate_limit() set_download_rate_limit()
upload_rate_limit() download_rate_limit()
o
set_max_uploads() set_max_connections()
o
num_uploads() num_connections()
o
set_max_half_open_connections()
max_half_open_connections()
o
load_asnum_db() load_country_db() int as_for_ip()
o
load_state() state()
o
set_ip_filter()
o
get_ip_filter()
o
status()
o
get_cache_status()
o
get_cache_info()
o
is_listening() listen_port() listen_on()
o
pop_alert() set_alert_mask() wait_for_alert()
set_alert_queue_size_limit()
o
add_extension()
o
set_settings() set_pe_settings()
o
set_peer_proxy() set_web_seed_proxy() set_tracker_proxy()
set_dht_proxy()
o
peer_proxy() web_seed_proxy() tracker_proxy() dht_proxy()
o
start_dht() stop_dht() set_dht_settings() dht_state()
o
add_dht_node() add_dht_router()
o
start_lsd() stop_lsd()
o
start_upnp() stop_upnp()
o
start_natpmp() stop_natpmp()
•
entry
o
integer() string() list() dict() type()
o
operator[]
o
find_key()
•
torrent_info
o
torrent_info()
o
add_tracker()
o
files() orig_files()
o
rename_file()
o
begin_files() end_files() rbegin_files() rend_files()
o
num_files() file_at()
o
map_block()
o
map_file()
o
url_seeds() add_url_seed()
o
trackers()
o
total_size() piece_length() piece_size() num_pieces()
o
hash_for_piece() hash_for_piece_ptr() info_hash()
o
name() comment() creation_date() creator()
o
priv()
o
nodes()
o
add_node()
o
metadata() metadata_size()
•
torrent_handle
o
piece_priority() prioritize_pieces() piece_priorities()
o
file_priority() prioritize_files() file_priorities()
o
file_progress()
o
save_path()
o
move_storage()
o
rename_file()
o
get_storage_impl()
o
force_reannounce()
o
scrape_tracker()
o
connect_peer()
o
name()
o
set_ratio()
o
set_upload_limit() set_download_limit() upload_limit()
download_limit()
o
set_sequential_download() is_sequential_download()
o
set_peer_upload_limit() set_peer_download_limit()
o
pause() resume() is_paused()
o
force_recheck()
o
clear_error()
o
resolve_countries()
o
is_seed()
o
is_auto_managed() auto_managed()
o
•
•
•
•
•
•
•
•
•
•
•
•
•
has_metadata()
o
set_tracker_login()
o
trackers() replace_trackers()
o
add_url_seed() remove_url_seed() url_seeds()
o
queue_position() queue_position_up() queue_position_down()
queue_position_top() queue_position_bottom()
o
use_interface()
o
info_hash()
o
set_max_uploads() set_max_connections()
o
save_resume_data()
o
status()
o
get_download_queue()
o
get_peer_info()
o
get_torrent_info()
o
is_valid()
torrent_status
peer_info
session_settings
pe_settings
proxy_settings
ip_filter
o
ip_filter()
o
add_rule()
o
access()
o
export_filter()
big_number
bitfield
hasher
fingerprint
UPnP and NAT-PMP
o
add_mapping
o
delete_mapping
o
router_model()
free functions
o
identify_client()
o
client_fingerprint()
o
bdecode() bencode()
o
add_magnet_uri()
o
make_magnet_uri()
alerts
o
external_ip_alert
o
listen_failed_alert
o
portmap_error_alert
o
portmap_alert
o
file_error_alert
o
file_renamed_alert
o
file_rename_failed_alert
o
tracker_announce_alert
o
tracker_error_alert
o
tracker_reply_alert
o
dht_reply_alert
o
tracker_warning_alert
o
scrape_reply_alert
o
scrape_failed_alert
o
url_seed_alert
o
hash_failed_alert
o
peer_ban_alert
o
peer_error_alert
o
invalid_request_alert
o
torrent_finished_alert
o
performance_alert
o
metadata_failed_alert
o
metadata_received_alert
o
fastresume_rejected_alert
o
peer_blocked_alert
o
storage_moved_alert
o
storage_moved_failed_alert
o
torrent_paused_alert
o
torrent_resumed_alert
o
save_resume_data_alert
o
save_resume_data_failed_alert
o
dispatcher
•
exceptions
o
invalid_handle
o
duplicate_torrent
o
invalid_encoding
o
type_error
o
invalid_torrent_file
•
storage_interface
o
initialize()
o
has_any_file()
o
read()
o
write()
o
move_storage()
o
verify_resume_data()
o
write_resume_data()
o
move_slot()
o
swap_slots()
o
•
•
•
•
•
•
•
•
swap_slots3()
o
hash_for_slot()
o
rename_file()
o
release_files()
o
delete_files()
magnet links
queuing
o
downloading
o
seeding
fast resume
o
file format
threads
storage allocation
o
sparse allocation
o
full allocation
o
compact allocation
extensions
o
metadata from peers
o
HTTP seeding
filename checks
acknowledgments
o
概述
libtorrent库的接口由少量几个类组成。最主要的类是session类,它有一个为所有任务服务的主循环.
基本的用法如下:
创建一个session
打开 扩展(查看 add_extension()).
打开 DHT, LSD, UPnP, NAT-PMP 等 (查看 start_dht(), stop_dht(),
set_dht_settings(), dht_state(), start_lsd(), stop_lsd(),
start_upnp(), stop_upnp 和start_natpmp(), stop_natpmp());
解析 .torrent文件 并且把它们加入到session中(查看 bdecode(),
bencode()和add_torrent())
主循环(查看 session)
查询事务句柄, 得到下载进度(查看torrent_handler类)
查询事务,得到下载信息。
在运行时从事务中增加或者删除下载任务。
主循环(查看 session)
为任务句柄保存新下载的数据(可以查看save_resume_data()函数)
析构事务对象
每个类和函数在这个手册中被描述到
关于如何创建任务种子文件的描述,但看make_torrent函数
网络原语
在libtorrent名字空间中有一些宏定义,这些定义从asio名字空间中选出。它们是:
typedef asio::ip::address address;
typedef asio::ip::address_v4 address_v4;
typedef asio::ip::address_v6 address_v6;
using asio::ip::tcp;
using asio::ip::udp;
这些在
这些表述为以下几方面提供简易接口:
tcp::endpoint
udp::endpoint
这些端点类型在libtorrent库中被使用.一个端点是一个地址与相关端口的结合。
关于这些类型的文档,请查看相关asio的文件说明.
session
事务类有如下一些概要:
class session: public boost::noncopyable
{
session(fingerprint const& print
= libtorrent::fingerprint(
"LT", 0, 1, 0, 0)
, int flags = start_default_features |
add_default_plugins);
session(
fingerprint const& print
, std::pair
, char const* listen_interface = 0
, int flags = start_default_features |
add_default_plugins);
torrent_handle add_torrent(add_torrent_params const& params);
void pause();
void resume();
bool is_paused() const;
session_proxy abort();
enum options_t
{
none = 0,
delete_files = 1
};
enum session_flags_t
{
add_default_plugins = 1,
start_default_features = 2
};
void remove_torrent(torrent_handle const& h, int options =
none);
torrent_handle find_torrent(sha_hash const& ih);
std::vector
void set_settings(session_settings const& settings);
void set_pe_settings(pe_settings const& settings);
void set_upload_rate_limit(int bytes_per_second);
int upload_rate_limit() const;
void set_download_rate_limit(int bytes_per_second);
int download_rate_limit() const;
void set_max_uploads(int limit);
void set_max_connections(int limit);
void set_max_half_open_connections(int limit);
int max_half_open_connections() const;
void set_peer_proxy(proxy_settings const& s);
void set_web_seed_proxy(proxy_settings const& s);
void set_tracker_proxy(proxy_settings const& s);
proxy_settings const& peer_proxy() const;
proxy_settings const& web_seed_proxy() const;
proxy_settings const& tracker_proxy() const;
int num_uploads() const;
int num_connections() const;
bool load_asnum_db(char const* file);
bool load_country_db(char const* file);
int as_for_ip(address const& adr);
void load_state(entry const& ses_state);
entry state() const;
void set_ip_filter(ip_filter const& f);
ip_filter const& get_ip_filter() const;
session_status status() const;
cache_status get_cache_status() const;
bool is_listening() const;
unsigned short listen_port() const;
bool listen_on(
std::pair
, char const* interface = 0);
std::auto_ptr
alert const* wait_for_alert(time_duration max_wait);
void set_alert_mask(int m);
size_t set_alert_queue_size_limit(size_t queue_size_limit_);
void add_extension(boost::function<
boost::shared_ptr
void start_dht();
void stop_dht();
void set_dht_settings(
dht_settings const& settings);
entry dht_state() const;
void add_dht_node(std::pair , int> const& node); void add_dht_router(std::pair , int> const& node); void start_lsd(); void stop_lsd(); upnp* start_upnp(); void stop_upnp(); natpmp* start_natpmp(); void stop_natpmp(); }; 一旦它被创建,事务对象将会启动主线程来处理所有的工作。如果没有任何任务提交给主线程的话,主线程将会空闲. session() session(fingerprint const& print = libtorrent::fingerprint("LT", 0, 1, 0, 0) , int flags = start_default_features | add_default_plugins); session(fingerprint const& print , std::pair , char const* listen_interface = 0 , int flags = start_default_features | add_default_plugins); 如果第一个重载函数中指纹函数被省略了,客户端将获得一个表示库版本的默认指纹, 这个指纹是个将用在同步id中来辨认客户与客户的版本的一个短字符串,关于指纹的更多细节可以查看fingerprint类。这个构造函数只是提供一个指纹,但并不为事务打开一个监听端口,如果想打开端口,必须调用listen_on函数。 第二个构造函数,会提供一个监听端口的范围,监听接口,指纹会自动监听提供的接口。并于参数的更多细节,可以参考listen_on()函数。 标志参数可以用来启动默认参数(比如upnp&nat-pmp)和默认插件(ut_metadata, ut_pex, smart_ban).默认情况下是启动这些。如果不想它们启动,传0给flags参数即可。 ~session() session的析构将会通知所有的服务器我们的任务已关闭。如果一些服务器正在下载,它们将会延时。这些操作在事务对象析构完才会操作完。所以,只有关掉所有接口才析构所有的事务。因为它需要几秒钟才结束。这个超时时间可以用set_settings()函数设置。 pause() resume() is_paused() void pause(); void resume(); bool is_pause() const; 除非这些任务能被自动管理机制恢复,停止一个事务与停止事务中的任务一样.恢复时将重新装载这些任务到它们以前停止的状态。因为事务停止时的状态与任务停止时的状态是分开的。如果事务停止或者任务停止的话,任务将会处于非活动状态。 abort() session_proxy abort() 如果你想异步地析构事务,你能申请一个事务析构代理。如果你不这样做,当服务器被连接时,事务对象的析构过程将来阻塞.当析构事务时,如果给事务提供一个代理,析构过程将不会被阻塞,而是关掉事务,代理的析构将会同步此线程。所以,当调用事务析构函数后,只有等到事务代理的析构函数被调用时,事务才会真正开始析构。事务析构代理不会对事务作任何操作(因为事务被关闭时,事务上不允许有任何操作).咋一合法的操作就是调用析构函数: class session_proxy { public: session_proxy(); }; add_torrent() typedef storage_interface* (&storage_constructor_type)( file_storae const&, file_storage const*, fs::path const&, file_pool&); struct add_torrent_params { add_torrent_params(storage_constructor_type s); ~session_proxy(); boost::intrusive_ptr char const* tracker_url; sha1_hash info_hash; char const* name; fs::path save_path; std::vector storage_mode_t storage_mode; bool paused; bool auto_managed; bool duplicate_is_error; storage_constructor_type storage; void* userdata; }; torrent_handle add_torrent(add_torrent_params cosnt& params); 通过add_torrent()函数,就可以为事务增加任务,这样你就给了session所有的参数。 save_path是仅有的一个规定的参数,它是你的文件需要存放的目录。你也要指定ti(种子文件)或者info_hash(种子的哈希信息).如果你指定了哈希信息,任务文件将会中对等点上下载,这就要求它们支持元数据扩展。当元数据扩展工作时,libtorrent为将使扩展设置为使能状态。(TORRENT_DISABLE_EXTENSIONS 不被定义). 这个扩展有一个可选的名字参数。如果没有名字给这个参数的话,它可能是0.如果这个名字不是0, 则只要扩展没有元数据的话,则名字将用在任务中.具体的可查看torrent_handle::name 如果任务没有服务器的话,就需要DHT来发现对等点(peers), 服务器的地址可能是0, 否则你必须指定一个查找任务的服务器地址. 如果你试图增加的任务已在事务中存在(正在队列中等待检查,正在被检查,或者正在下载) add_torrent()函数将会抛出从std::exception派生的异常,除非duplicate_is_error参数被设置为假。在那种情况下,add_torrent函数将返回已存在任务的句柄。 如果着能快速更新下载的数据的话, 可选的参数resume_data将会被给出。通过调用torrent_handler上的save_resume_data函数,fast_resume 数据将会从运行的任务中取出。具体可查看fast_resume.通过使用std::vector::swap()函数。正在传递的容器将会交换进运行的任务事例中。 存储模式的参数涉及这个任务的储布局。有三种模式: 分解存储模式 所有的片将所写到它们属于并且分解文件将用到的地方。这是推荐的,是一种默认模式。 分配存储模式 除了文件将会在开始时被截断外,其它与分解存储模式相同.因为文件系统支持分解文件,它会与分解模式相同,如果文件系统不支持分解文件,libtorrent库将会为文件分配数据。Mac文件系统HFS+不支持分解文件,它将会分配长度为0的文件。 紧缩存储模式 这种模式下,存储将会随着片的下载而增长,并且所有的片将会在整个任务都下载后被重新组织在正确的地方. 更多的信息,可以查看storage_allocation paused参数是用来指定是否任务将会在中止的状态被启动的标志。例如,只有任务被恢复时,任务才会连接服务器或者任意一个端点.这通常可以避免在启动任务时,设置配置的选项存在竟争条件。 当恢复的数据到来时,恢复数据将来保存,同时任务的中止状态参数将会重载你在这里传入的中止状态。 如果auto_managed参数为真时,任务将会放入队列,被libtorrent库开始或生成种子。同时,任务应以中止的方式启动。默认的队列顺序与任务加入的顺序相同。它们也以那种顺序下载,更多细节可以查看queuing. 如果传入了恢复数据,恢复数据将被存储,任务的auto_managed状态将重载这里传入的auto_managed 状态。 存储将会用来定制数据的存储方式。默认的存储将会简单地写到它属于的文件,但是它可能重载地存放所有的数据到单个的文件或者在磁盘上加载这些数据。storage_interface需要配合一个客户存储而执行,更多细节可以查看storage_interface, userdata参数是可选的,并且将会被传递到扩展构造函数中(可查看 add_extension()) add_torrent()返回的Torrent_handle可以用来获得任务的处理信息,它的对等点等。也可以用来结束一个任务。 remove_torrent() void remove_torrent(torrent_handle const & h, int options = none); remove_torrent将会关闭与当前任务所连接的对等点连接,并要告诉其它对等点自已已停止。可选的第二个参数用来删除任务所下载的文件。为了达到此目的,可传入session::delete_files,任务的删除是异步的。当一个任务被删除后,向事务中加入一个相同的任务,libtorrent库做不作出这种检查,所以不会抛出异常。 find_torrent() get torrents() torrent_handle find_torrent(sha_hash const& ih); std::vector find_torrent()在给定哈希信息中查找一个任务。如果此时在事务中有一个任务,函数会返回一个torrent_handle;如果找不到,将返回一个非法的torrent_handle. 可以调用torrent_handle::is_valid()来查看是否任务被找到。 get_torrents()返回将返回一个句柄容器。它里面存放着事务中当前所有任务的任务句柄。 set_upload_rate_limit() set_download_rate_limit() upload_rate_limit() download_rate_limit() void set_upload_rate_limit(int bytes_per_second); void set_download_rate_limit(int bytes_per_second); int upload_rate_limit() const; int download_rate_limit() const; set_upload_rate_limit()设备每秒钟允许被传到对等点的最大字节。带宽被分配到所有的对等点。如果没有限制上传速率,你可以把它设备为-1(默认)。 同样地,set_download_rate_limit()设置下载速率。download_rate_limit()与upload_rate_limit()将会返回以前设置的值。 上传与下载速度限制将默认地不在局域网上设置生效。要改变这种情况,可以查看session_settings::ignore_limits_on_local_network set_max_uploads() set_max_connections() void set_max_uploads(int limit); void set_max_connections(int limit); 这些函数将会设置未阻塞对等点的数量与打开连接的数量的限制。连接的数量至少设为每个任务两个连接。所以如果你设了一个太小的连接限制,但打开很多任务,这个限制将会忽略。上传的数理至少为一个任务一个上传. num_uploads() num_connections() int num_uploads() const; int num_connections() const; 返回未检验的对等点的当前数量和连接的数量。 set_max_half_open_connetions() max_half_open_connections() void set_max_half_open_connections(int limit); int max_half_open_connections() const; 第一个函数设置了连接对等点的最大半开连接数量。半开状态是当已调用了connect()函数,但连接还没有完成,也没有报告失败时的状态。 Windows XP sp2设备了一个默认的,系统宽度的,半开连接的数目为10.所以,这个限制可以更好的与系统上的网络应用工作在一起。默认的情况下没有限制,可以设置为-1。当限制了同时连接尝试的数量时,对等点将会放入队列,以等待它们连接的到来。 max_half_open_connections()返回了设置限制。这个限制在windows上默认为8 load_asnum_db() load_country_db() int as_for_ip() bool load_asnum_db(char const* file); bool load_country_db(char const* file); int as_for_ip(address const& adr); 当TORRENT_DISABLE_GEO_IP被定义时,这些函数被不被调用。它们将分别得到一个给MaxMind ASN database 和MaxMind GeoIP database的路径。这将用来查找AS 和对等点的归属. as_for_ip 返回指定ip地址的AS数。如果ip不在数据库中,并且ASN数据库没有被加载,将返回0. load_state() state() void load_state(entry const& ses_state); entry state() const; 这些函数加载并保存事务的状态。现在,存储的咋一状态是ASes的最大下载速度。这个对应关系决定连接对等点的顺序。 set_ip_filter() void set_ip_filter(ip_filter const& filter); 此函数用来设置一个用来拒绝或者接受进入与在原始ip地址的外出连接进滤器。默认的过滤器将允许任意ip地址。为了设置一个接受与不接受ip的规则,可以查看ip_filter 当一个对等点因为ip过滤器被阻塞时,peer_blocked_alert将会生成。 get_ip_filter() :: ip_filter const& get_ip_filter() const; 返回事务中当前ip_filter, 可以查看ip_filter了解更多细节 status() session_status status() const; status()返回事务的带宽统计与状态。session_status结构体有如下成员: struct session_status { bool has_incoming_connections; float upload_rate; float download_rate; float payload_upload_rate; float payload_download_rate; size_type total_download; size_type total_upload; size_type total_redundant_bytes; size_type total_failed_bytes; size_type total_payload_download; size_type total_payload_upload; int num_peers; int num_unchoked; int allowed_upload_slots; int dht_nodes; int dht_cache_nodes; int dht_torrents; int dht_global_nodes; }; 只要在监听套接口上没有连接请到来,那么has_incoming_connections就被设置为假。第次当改为监听端口时,这个参数也会重设为假. 上传速率,下载速率,xxx 和xxx 都是从任务中计算出的下载或上传速率。承载版本是只承载下载的速率。 total_download与total_upload是从所有任务中得到的所有上传与下载字节。total_payload_download与total_payload_upload是一样的除非payload被考虑到。 total_redundant_bytes是多收的字节数。当一个对等点的请求超时或者从不同的对等点上被请求时,又从原来的对等点上接收了数据,就有可能接收了多余的数据。为了使这个参数的值更小,可以增加请求超时时间或者文件数据片的长度。 total_failed_bytes是下载下来了的数据但后来在hash-check失败了的数据。 num_peers事务中含有的对等点连接的总数。这包括没有发送握手信息的连接请求或者没有完成tcp连接的外出连接。因为请求的连接可能有没有设置一个任务,所以这个值可能比所有任务的所有对等点之共要大一些。 num_unchoked是现在没有阻塞的对等点的当前数。 allowed_upload_slots是当前允许的没有阻塞的对等点数目 dht_nodes, dht_cache_nodes和dht_torrents只有创建DHT支持的事务时才有用。当DHT没有运行时,它们都设为0. 当DHT运行时,dht_nodes设为路由表里节点的数目. 这个值只包括活动的节点。而不包括缓冲节点。Dht_cache_nodes被设置为点缓冲区中节点的数目。这些节点将用来代替路由表中的固定结点,以防止对等点没有反应 dht_torrents 是在某一时刻被dht跟踪的任务的数目 dht_global_nodes是在DHT网络中所有节点数目的估计值 get_cache_status() cache_status get_cache_status() const; 返回事务的磁盘缓冲的状态 struct cache_status { size_type blocks_written; size_type writes; size_type blocks_read; size_type blocks_read_hit; size_type reads; int cache_size; int read_cache_size; }; blocks_written 是当事务开始时,写向磁盘的16KB的块的所有数目 writes为当事务开始时写操作的所有数目 (blocks_written – writes)/blocks_written代表了每个总写操作的 已保存写操作的数目。比如。写缓冲的命中缓冲比例 blocks_read是从任务引擎(在对等点上)被请求的块数目.它在磁盘或缓冲中被处理 blocks_read_hit是在缓冲中被处理的块个数 blocks_read_hit/blocks_read 的比例是读缓冲的缓冲命中比率。 cache_size是当前磁盘缓冲中16K块的数目,它包括读和写缓冲 read_cache_size是坊缓冲中16K块的数目 get_cache_info() void get_cache_info(sha1_hash const& ih , std::vector 在任务的当前磁盘缓冲中,get_cache_info()函数可以填充每片提供的容器的信息,这些片带有指定的info-hash(ih) struct cached_piece_info { int piece; std::vector ptime last_use; enum kind_t { read_cache = 0, write_cache = 1 }; kind_t kind; }; piece是缓冲入口的片索引。 在每个数据片中的每个块中,blocks有一个入口。True 代表在碰盘缓冲的块有数据,否则没有数据。 last_use是当一个块被最后写到片中的时间。片越旧,那么被清出碰般的可能性越大。 kind指明是否当前片是读缓冲或者写缓冲中的一部分。 is_listening() listen_port() listen_on() bool is_listening() const; unsigned short listen_port() const; bool listen_on( std::pair , char const* interface = 0); is_listening() 将可以断定事务是否成功地打开一个监听的端口。如果它没有打开,这个函数将返回假. 并且也可以使用listen_on()来做尝试. listen_port()返回是最终成功监听的端口.因为你仅传了一个端口范围 组构造函数和listen_on(), 若要知道成功运用的端口。你不得不让session使用这个函数。 listen_on()将改变监听的端口或者监听的接口。如果事务已经监听的端口,套接字将会关掉并且新的套接字将会被打开,配置将使用最新的。这个端口范围 是将会监听的端口范围。如果第一个端口打开失败,那么它将会尝试下一个端口。接口参数可能会设为0, 此时,操作系统会决定监听哪个端口。否则必须以你监听套接字的接口ip地址进行绑定。如果绑定成功,会返回成功,否则失败。如果失败,会产生一个合适的警告异常. 接口参数可能是个主机名,它将会解析到你想监听的设备。 如果你也启动了DHT, 这是在调用listen_on()函数后的好办法,因为默认的DHT监听端口与tcp监听套接字是相同的。如果你先启动了DHT, 那么系统会估计tcp端口是空闲的并且同时在那个端口上打开udp套接字.接着,当调用 Listen_on()函数后,它将知道tcp端口被占用。这会导致DHT与任务套接口监听不同的端口.如果当listen_on被调用时DHT是活动的,,如果被设备成DHT与tcp用同一个端口,并且如果listen_on调用失败,那么udp端口会绑定到新的端口。 将DHT与任务套接口使用同一个端口是一个很办法。那是因为这样能很好的提高性能。在windows上加速与其它对等点的连接的办法就是使用DHT ping 包ping所有的对等点,如果有响应,则连过去。因为在xp service pack 2上同一时间创建套接字有限制,所认只能在同一时间连几个对等点。 pop_alert() set_alert_mask() wait_for_alert() set_alert_queue_size_limit() std::auto_ptr alert const* wait_for_alert(time_duration max_wait); void set_alert_mask(int m); size_t set_alert_queue_size_limit(size_t queue_size_limit_); pop_alert()可以告诉事务是否一些错误或者事情已经发生。使用set_alert_mask()可以过滤掉一些通过pop_alert()接收到的警告。具体的关于警告的信息,可查看alerts. 当警告到来之前, wait_for_alert 将会一直阻塞,除非最大等待时间到了。如果由于超时原因,wait_for_alert返回了,但没有警告,它会返回0.如果有警告,那么警告的指针将会返回。这个警告将不会被弹出,随后所有的wait_for_alert调用都会得到同一个结果,直到调用pop_alert函数弹出警告。这可以使警告处理机制与阻塞的调用独立开来,此时既会处理也会独立的弹出警告 set_alert_queue_size_limit()能指定一个多少个警告将会等待。如果这个限制设置了,在调用pop_alert()弹出警告之前,新的到来的警告将不会被接收。默认值为1000. add_extension() void add_extension(boost::function< boost::shared_ptr 这个函数为事务增加扩展。它的参数是个函数对象。这个函数对象的参数是一个任务指针,并且这个函数将会返回一个boost::shared_ptr metadata extension 允许对等点从系统时直接下载元数据(即.torrent 文件)。这个就可以加入到只有一个服务器和info-hash的系统中. #include _extension(&libtorrent::create_metadata_plugin); uTorrent metadata 与metadata 扩展相同,但它能兼容uTorrent. #include _extension(&libtorrent::create_ut_metadata_plugin); uTorrent peer exchange 在客户端中交换对等点。 #include _extension(&libtorrent::create_ut_pex_plugin); smart ban plugin 它可以禁止对等点高频地发送脏数据。当有的客户端有问题时,用它可以解决很多问题 #include _extension(&libtorrent::create_smart_ban_plugin); set_settings() set_pe_settings() void set_settings(session_settings const& settings); void set_pe_settings(pe_settings const& settings); 分别设置事务设置和包加密设置。可以查看session_settings 和pe_settiongs的相关细节。 set_peer_proxy() set_web_seed_proxy() set_tracker_proxy() set_dht_proxy() void set_peer_proxy(proxy_settings const& s); void set_web_seed_proxy(proxy_settings const& s); void set_tracker_proxy(proxy_settings const& s); void set_dht_proxy(proxy_settings const& s); 当DHT没有启动时,set_dht_proxy函数将不起作用。这些函数为各种不同的连接,bittorrent客户端对等点,种子,服务器,DHT链路设置不同的代理设置。 set_peer_proxy 影响原来的bt对等点。Set_web_seed_proxy只影响网络种子,可以查看HTTP seeding. set_tracker_proxy仅仅影响HTTP服务器连接(如果代理支持UDP, 比如SOCKS5的话,UDP服务器链接将受到影响) set_dht_proxy影响DHT消息。因为DHT是通过UDP传输消息的,所以如果代理支持UDP的话,DHT消息会受到影响。 可以查看proxy settings 查看更多的代理设置。 peer_proxy() web_seed_proxy() tracker_proxy() dht_proxy() proxy_settings const& peer_proxy() const; proxy_settings const& web_seed_proxy() const; proxy_settings const& tracker_proxy() const; proxy_settings const& dht_proxy() const; 这个函数返回当前设置的引用。 当DHT没有启动时, Dht_proxy将不起作用 start_dht() stop_dht() set_dht_settings() dht_state() void start_dht(entry const& startup_state); void stop_dht(); void set_dht_settings(dht_settings const& settings); entry dht_state() const; 当TORRENT_DISABLE_DHT没有定义时,这些函数将不起作用。Start_dht启动dht结点并且使任务中的服务器服务启动。这种启动的状态是可选的。并且包含以前事务的节点与节点id.使用心的条目,dht结点被编码成字典。 nodes 这里一个串链表,每个串是以二进制编码的结点终端。如果这个串长为6字节,那么它将是一个4字节的网络字节序的IPV4地址,后面跟着一个2个字节的,网络字节序的端口。如果 是18个字节,那么它是16个字节的,网络字节序的IPV6地址,后面跟着一个2字节的,网络字节序的端口号。 node-id 以十六进制数,可读写的结点id. dht_state函数返回dht 结点的当前状态,将它传给start_dht函数将会重新启动dht结点。当启动dht节点时会读取这个状态,所以当关掉事务时,将这个状态保存到磁盘上是个好办法。 如果假设连接的端口已被使用,littorrent库将会抛出异常,为asio::error stop_dht会停掉dht结点 add_dht_node为路由表增加一个节点,如果bt客户端有自已的引导结点源,则这个新加的dht结点将会被使用。 set_dht_settings设置一些对dht结点有用的一些参数。这个结构有如下一些成员 struct dht_settings { int max_peers_reply; int search_branching; int service_port; int max_fail_count; }; Max_peers_reply是最大对的 从其它结点回应获取对等点消息的数目。 search_branching 是通知并刷新了路由表后,节点需要发送的当前查询请求的数目。这个参数在kademlia文档里被叫做alpha. service_port是节点将要监听的udp端口。它默认为0,它表示udp监听端口将与tcp监听端口相同。因为一些NAT 程序保留了一些为已被映射了tcp端口的udp端口。这种映射通过versa. 比如NAT-PMP保护了这些端口. max_fail_count是在节点从路由表中被删除前,试着连接这个节点的最大尝试次数。如果有已知的工作节点准备代替失败节点,那么它将会被立即代替。 这个限制用来清除那些没有任何结点能代替它们的结点。 add_dht_node() add_dht_router() void add_dht_node(std::pair void add_dht_router(std::pair add_dht_node输入一个主机名和端口对。这个终端将被ping, 如果回应的DHT回应是合法的,这个结点当加入路由表。 add_dht_router向DHT路由结点表里面增加一个终端。当路由表是空的话,如果事务生成了一个查询操作,那么这些结点将做为备份。路由节点链表中的节点永远不会加入原有的路由表中,这说明这些节点只能用来备用,来保持卸载它们。 你可能总是加的一个例子路由节点是 start_lsd() stop_lsd() void start_lsd(); void stop_lsd(); 这两个函数用来启动与停止本地发现服务。在本地网络中,这些服务将会广播所有非私有任务的哈希信息以在多路到达的同一个群中寻找对等点。 它默认是关掉的。 start_upnp() stop_upnp() upnp* start_upnp(); void stop_upnp(); 这些函数用来启动与停止UpnP服务。当启动时,在本地Upnp路由设备上,这个监听端口和DHT端口尝试着打开。 Start_upnp()函数返回的upnp对象能增加或者删除人造的端口映射。通过portmap_alert和portmap_error_alert函数返回映射状态。在stop_upnp被调用之前,这个对象将是合法值。可以查看UpnP 和 NAT-PMP 它默认情况下是关闭的。 start_natpmp() stop_natpmp() natpmp* start_natpmp(); void stop_natpmp(); 这些函数用来打开或者关闭NAT-PMP服务。当启动服务时,在路由器上通过NAT-PMP, 这个监听端口和DHT端口尝试着进入监听状态。 start_natpmp函数返回的natpmp对象可以用来增加或者删除人造的端口映射。通过portmap_alert和portmap_error_alert可以返回映射状态。在调用stop_natpmp()之前,这些对象的值是合法的。可以查看Upnp 和NAT-PMP. 默认情况下是关掉的。 entry 在编码体系统结构中,entry类代表一个节点。它可以是一个变量类型,可能是一个链表,一个字典(std::map), 一个整数或者一个字符串。下面是它的声明: class entry { public: typedef std::map typedef std::string string_type; typedef std::list typedef size_type integer_type; enum data_type { int_t, string_t, list_t, dictionary_t, undefined_t }; data_type type() const; entry(dictionary_type const&); entry(string_type const&); entry(list_type const&); entry(integer_type const&); entry(); entry(data_type t); entry(entry const& e); ~entry(); void operator=(entry const& e); void operator=(dictionary_type const&); void operator=(string_type const&); void operator=(list_type const&); void operator=(integer_type const&); integer_type& integer(); integer_type const& integer() const; string_type& string(); string_type const& string() const; list_type& list(); list_type const& list() const; dictionary_type& dict(); dictionary_type const& dict() const; // these functions requires that the entry // is a dictionary, otherwise they will throw entry& operator[](char const* key); entry& operator[](std::string const& key); entry const& operator[](char const* key) const; entry const& operator[](std::string const& key) const; entry* find_key(char const* key); entry const* find_key(char const* key) const; void print(std::ostream& os, int indent = 0) const; }; TODO: finish documentation of entry. integer() string() list() dict() type() integer_type& integer(); integer_type const& integer() const; string_type& string(); string_type const& string() const; list_type& list(); list_type const& list() const; dictionary_type& dict(); dictionary_type const& dict() const; integer(), string(), list()与dict()函数是返回相应类型的生产者。如果这些接入对象不是你要求的类型,这些生产者将抛出类型错误(它们从std::runtime_error继承).可以通过type()函数得到接入对象的类型。 print()函数可以用来调试。 如果想创建一个给定类型的接入对象,并且希望在它的构造函数中有些类型,接着你可以使用一个非常量的生产者函数来取得一个 能向它赋值的引用。 从任务文件中获得信息的常用代码将如下所示: entry torrent_file; // ... // throws if this is not a dictionary entry::dictionary_type const& dict = torrent_(); entry::dictionary_type::const_iterator i; i = ("announce"); if (i != ()) { std::string tracker_url = i->(); std::cout << tracker_url << "n"; } The following code is equivalent, but a little bit shorter: entry torrent_file; // ... // throws if this is not a dictionary if (entry* i = torrent__key("announce")) { std::string tracker_url = i->string(); std::cout << tracker_url << "n"; } 为了能更快地从任务文件中获得信息,可以使用torrent_info类。 operator[] entry& operator[](char const* key); entry& operator[](std::string const& key); entry const& operator[](char const* key) const; entry const& operator[](std::string const& key) const; 这些函数要求接入对象是一个字典,如果不是的话,它们将抛出一个libtorrent::type_error. operator[]的非常量版本将返回给一定关键字上已存在元素一个引用,或者如果没有给定关键字的元素,那就返回一个新插入的以那个值主关键字值的引用。 operator[]的常量类型仅返回一个给定关键字值的存在元素的引用。如果关键字的值没有找到,那么将抛出一个libtorrent::type_error错误。 find_key() entry* find_key(char const* key); entry const* find_key(char const* key) const; 这些函数要求接入对象是一个字典,如果不是,将抛出一个libtorrent::type_error错误. 它将在字典里,查找指定关键字的元素。如果元素找不到,就会返回0.如果找到了,就会返回此元素的指针。 torrent_info 以前的libtorrent版本中,这个类也可以用来创建任务文件。现在这个功能移到了create_torrent类中,可以查看make_torrent. torrent_info有如下声明。 class torrent_info { public: torrent_info(sha1_hash const& info_hash); torrent_info(lazy_entry const& torrent_file); torrent_info(char const* buffer, int size); torrent_info(boost::filesystem::path const& filename); void add_tracker(std::string const& url, int tier = 0); std::vector file_storage const& files() const; file_storage const& orig_files() const; void rename_file(int index, std::string const& new_filename); void rename_file(int index, std::wstring const& new_filename); typedef file_storage::iterator file_iterator; typedef file_storage::reverse_iterator reverse_file_iterator; file_iterator begin_files() const; file_iterator end_files() const; reverse_file_iterator rbegin_files() const; reverse_file_iterator rend_files() const; int num_files() const; file_entry const& file_at(int index) const; std::vector , int size) const; peer_request map_file(int file_index, size_type file_offset , int size) const; bool priv() const; std::vector size_type total_size() const; int piece_length() const; int num_pieces() const; sha1_hash const& info_hash() const; std::string const& name() const; std::string const& comment() const; std::string const& creator() const; std::vector void add_node(std::pair boost::optional creation_date() const; int piece_size(unsigned int index) const; sha1_hash const& hash_for_piece(unsigned int index) const; char const* hash_for_piece_ptr(unsigned int index) const; boost::shared_array int metadata_size() const; }; torrent_info() torrent_info(sha1_hash const& info_hash); torrent_info(lazy_entry const& torrent_file); torrent_info(char const* buffer, int size); torrent_info(boost::filesystem::path const& filename); 含有一个哈希信息的构造函数将用给定值初始化哈希信息,使其它的域为空。当没有元数源(种子文件)但有下载任务时,这个将会内部使用。一旦元数据从群中下载下来时,元数据将会被litorrent库创建。 含有懒惰接入对象的构造函数将会从给定任务文件中找到的信息中创建torrent_info对象。懒惰接入对象代表了编码文件中的树节点。为了加载一个.torrent文件到一个懒惰接入对象中去,可以使用lazy_bdecode(), 查看 bdecode(), bencode()函数。 带一个缓冲区指针和大小的版本将解码一个.torrent文件并且初始化一个torrent_info对象。 有一个文件名的版本将简单地加载一个torrent文件并且在构造函数中解码,这非常的方便。而应用程序想报告什么错误的细节将不合适。 add_tracker() void add_tracker(std::string const& url, int tier = 0); add_tracker()将向announce-list中加一个服务器。这个纽带决定了服务器将被尝试的顺序。更多的信息可以查看trackers() files() orig_files() file_storage const& file() const; file_storage const& orig_files() const; file_storage对象包含如何将片映射到文件的信息。因为一个存储对象需要在没有种子文件的情况下创建,所以file_storate与torrent_file是独立的。当在存储中改文件名字时,为了使存储与任务文件中的存储不同,存储必须在file_storage中生成一份自我拷贝. orig_files()为任务生成一份原始的文件存储。这将会被网页服务器链接使用到。网页服务器链接必须用源名字请求文件。通过torrent_info::rename_file()可改文件名。 关于file_storage 对象的更多信息,可以查看如何创建任务的独立文档。 rename_file() void rename_file(int index, std::string const& new_filename); void rename_file(int index, std::wstring const& new_filename); 使用索引为文件取一个新名字。新文件名是file_storage取得的。这个file_storage是files()文件返回,而不是orig_files返回的。 begin_files() end_files() rbegin_files() rend_files() file_iterator begin_files() const; file_iterator end_files() const; reverse_file_iterator rbegin_files() const; reverse_file_iterator rend_files() const; 这个类需要一些解释。首先,为了取得任务中所有文件的链表,你能使用begin_files(), end_files(), rbegin_files和rend_files(). 这些函数将提供你file_entry类型的标准容器迭代器。 struct file_entry { boost::filesystem::path path; size_type offset; size_type size; size_type file_base; boost::shared_ptr }; 这个路径是每个文件的全路径。比如,如果它是一个复合的任务,所有的文件有一个目录,有相同的名字,比如torrent_info::name(). 这个文件名对UTF-8编码。 size是文件的大小,offset是在任务中文件偏移的字节数。比如,在链表中所有文件的大小之和. file_base是存储应该开始的文件的偏移。一般情况下设为0, 所以存储将在文件的开始设置数据。一旦多个文件被映射到同一个文件上,那么为了不同区域不会重叠,file_base应该设为一个偏移。当映射未选择文件到so-called 部分文件之中时。这种情况将会使用。 一旦路径元素是在元数据中找到的准确拷贝,orig_path将会设为0.如果源元数据中的路径没有正确被编码,并且为了被utf-8接受而被改写,那么会用orig_path来代替源字符串。原因是要保持它能使用正确的哈希信息准确再生产块信息。 num_files() file_at() int num_files() const; file_entry const& file_at(int index) const; 如果需要文件的索引入口,可以使用num_files()和file_at()函数再用片查找文件. map_block() std::vector , int size) const; 这个函数将映射一个片索引,片里一个字节的偏移和含有偏移的相应文件的大小。相应文件里,那个片的那些数据将会被存放起来。 文件片的结构如下: struct file_slice { int file_index; size_type offset; size_type size; }; file_index涉及到文件的索引。为了得到路径与文件名,使用file_at()并且传给它file_index值作为参数。偏移是范围开始的文件的字节偏移,并且大小是范围的字节数。Size+offset永远不会比文件大小大。 map_file() peer_request map_file(int file_index, size_type file_offset , int size) const; 这个函数将从指定文件中映射一个范围到任务的范围中。File_offset参数是字节的,文件中的偏移,这个文件的起点是_request的结构是如下: struct peer_request { int piece; int start; int length; bool operator==(peer_request const& r) const; }; piece是片的索引,范围在此片上启动。start是范围启动的片里的偏移。length是范围的大小。 输入范围假定是任务里的合法值。file_offset+size不能比文件的大小更大。file_index必须是一个合法的文件。比如,它不能比num_files()更大。 url_seeds() add_url_seed() std::vector void add_url_seed(std::string const& url); 如果在任务中有任何url-sedds, url-seeds()将会返回这些网址的容器。如果正在创建任务文件,add_url_seed()会向url-seeds()加入一个网址。现在,咋一支持网址的传输协议是http. HTTP seeding中有更多的信息。 trackers() std::vector trackers()函数将返回announce_entry的分类容器。每个通知的接入对象将有一个字符串它是一个服务器网址和一个纽带索引。这个纽带索引有很很的优先级。无论服务器有没有工作,低纽带的索引将总是先被尝试。 struct announce_entry { announce_entry(std::string const& url); std::string url; int tier; }; total_size() piece_length() piece_size() num_pieces() size_type total_size() const; int piece_length() const; int piece_size(unsigned int index) const; int num_pieces() const; total_size(), piece_length()和num_pieces()将返回任务文件代表的字节的总数。每片的字节数,总片数。Piece_size()和piece_length()的差别在于前 者的参数是片索引并且返回片的准确大小。除了最后一片可能比piece_length()外,它们一样大的。 hash_for_piece() hash_for_piece_ptr() info_hash() size_type piece_size(unsigned int index) const; sha1_hash const& hash_for_piece(unsigned int index) const; char const* hash_for_piece_ptr(unsigned int index) const; hash_for_piece()以片索引为参数并且返回那个片的20字节sha1-hash。 info_hash()为任务文件的块信息返回20字节的sha1-hash.可以查看big_number类来了解sha1_hash。Hash_for_piece_ptr()为片返回20字节的sha1 digest的指针。注意这个字符串不是以空结尾的。 name() comment() creation_date() creator() std::string const& name() const; std::string const& comment() const; boost::optional name()返回任务的名字。 comment()返回任务的描述。如果没有描述,它将是一个空串。Creation_date()返回一个boost::posix_time::ptime对象,它代表任务文件被创建时的时间。如果任务文件中没有时间片,它将是1970年1 月1日. 所有的名字与描述都是utf-8的串。 creator()返回任务中的创建的串。它将会返回一个空串,如果没有被创建的串的话。 priv() bool priv() const; 如果任务是私有的,那么priv()将返回真。比如,它必须分布在没有服务器的网络上。(kademlia DHT) nodes() std::vector 如果任务包含DHT结点,这些节点将会以原始的形式加入到容器中。(主机名与端口号) add_node() void add_node(std::pair 当创建任务时会用到这个函数,用这个函数来加一个已知的DHT节点。它可能会被客户端用来重新加入到DHT网络中。 metadata() metadata_size() boost::shared_array int metadata_size() const; metadata()返回任务文件的源块信息。源数据的大小可以由metadata_size()函数得到。 torrent_handle 因为必须通过任务句柄来获得关于任务的信息并且关掉任务,所以必须将任务句柄存放起来。任务句柄的声时如下: struct torrent_handle { torrent_handle(); torrent_status status(); void file_progress(std::vector void get_download_queue(std::vector const; void get_peer_info(std::vector torrent_info const& get_torrent_info() const; bool is_valid() const; std::string name() const; void save_resume_data() const; void force_reannounce() const; void force_reannounce(boost::posix_time::time_duration) const; void scrape_tracker() const; void connect_peer(asio::ip::tcp::endpoint const& adr, int source = 0) const; void set_tracker_login(std::string const& username , std::string const& password) const; std::vector void replace_trackers(std::vector void add_url_seed(std::string const& url); void remove_url_seed(std::string const& url); std::set void set_ratio(float ratio) const; void set_max_uploads(int max_uploads) const; void set_max_connections(int max_connections) const; void set_upload_limit(int limit) const; int upload_limit() const; void set_download_limit(int limit) const; int download_limit() const; void set_sequential_download(bool sd) const; bool is_sequential_download() const; void set_peer_upload_limit(asio::ip::tcp::endpoint ip, int limit) const; void set_peer_download_limit(asio::ip::tcp::endpoint ip, int limit) const; int queue_position() const; void queue_position_up() const; void queue_position_down() const; void queue_position_top() const; void queue_position_bottom() const; void use_interface(char const* net_interface) const; void pause() const; void resume() const; bool is_paused() const; bool is_seed() const; void force_recheck() const; void clear_error() const; void resolve_countries(bool r); bool resolve_countries() const; void piece_priority(int index, int priority) const; int piece_priority(int index) const; void prioritize_pieces(std::vector std::vector void file_priority(int index, int priority) const; int file_priority(int index) const; void prioritize_files(std::vector std::vector bool is_auto_managed() const; void auto_managed(bool m) const; bool has_metadata() const; boost::filesystem::path save_path() const; void move_storage(boost::filesystem::path const& save_path) const; void rename_file(int index, boost::filesystem::path) const; storage_interface* get_storage_impl() const; sha1_hash info_hash() const; bool operator==(torrent_handle const&) const; bool operator!=(torrent_handle const&) const; bool operator<(torrent_handle const&) const; }; 默认构造函数将为任务句柄初始化一个不合法的状态值。这就意味着如果开始不给它一个合法值,就不能在任务句柄上作任何操作。如果在没有初始化的任务句柄上作任何操作,将会抛出invalid_handle异常. 注意 如果任务句柄脱离了相应了任务,在任务句柄上的所有操作都会抛出invalid_handle异常。有一种情况下is_valid()不会抛出异常。因为背景线程会处理一些任务,所以在两个调用间一个句柄是否合法不是确定的。 piece_priority() prioritize_pieces() piece_priorities() void piece_priority(int index, int priority) const; int piece_priority(int index) const; void prioritize_pieces(std::vector std::vector 这些函数用来设置或者取得单个片的优先级。默认所有的片的优先级是1.这说明对所有的片来说随机最少第 一的算法是可以使用的。可以改变单个片的优先级。有8个不同的优先级。 1. 不下载片 2. 一般优先级。下载的顺序取决于是否有资源。 3. 高优先级。片可以与相同优先级的片平等选择资源,但比低优先级的片有更多的选择机会。 4. 片很可能以特殊片被处理。 5. 片与特殊片同等处理,但比低优先级的片有更多选择机会。 6. 现在与4相同 7. 根据资源的相同,片与同等优先级的片相同 8. 最大优先级。不在意可利用性,优先级来决定被选择的可能性。 优先级的定义取决于实施细节。并且不断在变化。但接口会保证高优先级的会先下载,0优先级的不会下载。 piece_priority 通过指定索引来取得或者设定单个片的优先级。 prioritize_pieces存放着任务中的一个整数容器,一个片一个整数。所有片的优先级可以通过容器中的优先级来更新。 piece_priorityies返回任务中的每个片的一个元素的容器。每个元素是那个片中的当前优先级。 file_priority() prioritize_files() file_priorities() void file_priority(int index, int priority) const; int file_priority(int index) const; void prioritize_files(std::vector std::vector 索引应该在[0, number_of_files]的范围中. File_priority查询或者设置文件索引的优先级。 Prioritize_files传入任务中的文件有很多元素的容器。每个接入口是那个文件的优先级。这个函数设置容器里任务中的所有片的优先级。 file_priorities返回所有文件优先级的一个容器。 当一个文件的优先级被改变时,所有其它片的优先级会调整成与之相一致的优先级。为了保持一些特殊片的特殊优先级,必须为这些片重新调用piece_priority函数。 file_progress() void file_progress(std::vector 这个函数用任务中的每个文件下载的字节数来填充提供的容器。进度值与torrent_info中的文件的顺序是一致的。这个操作是很耗时的。它的复杂度是O(n + mj).n是文件数,m是正在下载的片的数 目,j是一个片中块的数目. save_path() boost::filesystem::path save_path() const; save_path()返回当任务启动时,传组add_torrent()的一个路径值。 move_storage() void move_storage(boost::filesystem::path const& save_path) const; 移动任务正在生成或者从那下载数据的文件。如果save_path不是相同原始保存路径的位置上时,文件将会从原始位置删除,并在新的磁盘上重新生成一份拷贝。这将阻塞磁般上其它所有的IO操作。当拷贝文件时,所有的任务的上传或者下载速率会下降。 因为磁盘io是一个单独的线程,那么这些操作是异步的。当这个io操作完成后,新路径警告消息storage_moved_alert将会产生。如果这个操作失败了,包含错误消息的storage_moved_failed_alert将会产生。 rename_file() void rename_file(int index, boost::filesystem::path) const; 异步地为给定索引文件改名字。当file_renamed_alert或file_rename_alert产生时,更名的操作就完成了。 get_storage_impl() storage_interface* get_storage_impl() const; 返回任务的存储执行。这个取决于被传送给session::add_torrent的存储构造函数。 force_reannounce() void force_reannounce() const; void force_reannounce(boost::posix_time::time_duration) const; 为了接收新的对等点,force_reannounce()会强行传给任务另外的服务器请求。第二个以时间段为参数的重载函数将从现在计时起的那段时间后重新通知。 scrape_tracker() void scrape_tracker() const; scrape_tracker函数将向服务器发出一个打洞请求。一个打洞请求将会为了比如未完成的对等点,已完成的对等点,下载的字节数等进行查询服务器。 当这个操作完成后,torrent_status结构中的num_complete和num_incomplete域将会被更新。并产生一个scrape_reply_alert回应。如果失败了,会产生一个scrape_failed_alert. connect_peer() void connect_peer(asio::ip::tcp::endpoint const& adr, int source = 0) const; connect_peer会手工地连接一个是任务一部分的对等点。如果对等点没有回应,或者不是任务的一部分,那么会简单地断开连接。除了不必要的尝试性连接处,这个操作没有任务坏处。如果任务没有被初始化或者在队列里,或者处于检验模式,它将会抛出一个非法句柄。第二个参数将会把这个对等点的0Red按位地放在源模之中。一般地这是peer_info的源标志。比如,服务器,pex, dht等。 name() std::string name() const; set_ratio()可以设置想要的下载/上传速率。如果设为0, 速率是无限的。比如,客户端将会尽可能地上传,而不管下载多少。这个 设置,程序很像是一个客户端在运行。 除了0, 速率也可以设为大于等于1的任意数字。这意味着在对于每个下载在上传后会下载多少。如果设为2, 客户端会在收到一个字节后上传2个字节。默认的设置是0, 这个将使程序成为一个标准的客户端。 set_upload_limit() set_download_limit() upload_limit() download_limit() void set_upload_limit(int limit) const; void set_download_limit(int limit) const; int upload_limit() const; int download_limit() const; set_upload_limit将会限制对特定任务你设定限制的上传带宽。它的值是每秒钟任务允许上传的字节数。Set_download_limit与set_upload_limit一样的方式运行,只是这是下载。注意在任务上设置一个更在的值后,整体的限制将不会覆盖整体的速率限制。任务不会比整 体速率限制下载得更多。 upload_limit和download_limit将分别返回当前上传,下载限制设置。 set_sequential_download() is_sequential_download() void set_sequential_download(bool sd); bool is_sequential_download() const; set_sequential_download() 会激活顺序下载。当激活地,片将不是最少最先地取片而是顺序地取片。 顺序地下载将会影响群中片的分发积极性。应该保守地使用。 如果任务正在顺序地下载Is_sequential_download会返回true,否则返回假。 set_peer_upload_limit() set_peer_download_limit() void set_peer_upload_limit(asio::ip::tcp::endpoint ip, int limit) const; void set_peer_download_limit(asio::ip::tcp::endpoint ip, int limit) const; 与set_upload_limit和set_download_limit运行相同,只是这里不是控制整个任务而不是单个对等点。 pause() resume() is_paused() void pause() const; void resume() const; bool is_paused() const; pause(), 和resume()断开和重连所有的对等点。当一个任务被中止时,它将会记下所有对等点的所有共享速率并且记下所有潜在的(没连接的)对等点。可以使用is_paused来判断任务现在是否中止了。如果一个文件有错误(比如磁盘满了),任务会自动中止。可以查看file_error_alert 被自动管理的任务将会自动地重启动。没有使任务自动管理就中止一个自管理任务将没有意义。任务加入到事务 是默认自管理的。可以查看queuing. 如果任务自已中止了, Is_paused只返回true.如果因为事务被中止了而导致任务不运行,它将返回false.可以通过torrent_handle::is_paused()和session::is_paused()来检查任务是否是激活的。 force_recheck() void force_recheck() const; force_recheck使任务回到它没有数据的状态。所有的对等点将会断开链接并且任务也会停止通知服务器。任务将会被加入检验队列,并且将被检验(所有的文件被会被读取数据并与片哈希比较). 当检验完成后,这个任务将会再次正常地连接对等点。 clear_error() void clear_error() const; 如果任务是一个错误状态(比如torrent_status::error是非空),这个函数将会清空错误并重启任务。 resolve_countries() void resolve_countries(bool r); bool resolve_countries() const; 设置或者取得是否要为任务对等点处理一些区域的标志。默认为假。如果设为真。 任务里的对等点的peer_info将有区域成员设置。查看peer_info可以了解释区域的更多信息。 is_seed() bool is_seed() const; 如果任务是提供下载模式,它将会返回真。(比如,它已下载完成 ) is_auto_managed() auto_managed() bool is_auto_managed() const; void auto_managed(bool m) const; 如果任务当前是自管理状态,那么is_auto_managed()会返回真。Auto_managed()将改变任务是否是自管理的状态。可以查看queuing. has_metadata() bool has_metadata() const; 如果任务有元数据,则返回true.(同样,如果任务是以.torrent文件启动或者元数据被下载下来)。一个设想是,当任务以一个无元数据的形式启动,函数将返回false(比如以info-hash, 和服务器ip启动).注意如果没有元数据,可以用get_torrent_info()返回相应的异常. set_tracker_login() void set_tracker_login(std::string const& username , std::string const& password) const; set_tracker_login()设置了一个通过服务器通知的HTTP-request传送的用户名或密码。如果服务器要求监权,可设置这个。 trackers() replace_trackers() std::vector void replace_trackers(std::vector trackers()将返回任务的服务器链表。通知接入口包含一个为服务器指定通知地址的地址串和整型钮带。这个纽带被服务器尝试指定的顺序。如果想libtorrent库能够使用任务的服务器的另一个链表,可以使用带一个从trackers()返回的 同一链表的参数的replace_trackers()函数并且代替原有链表。如果想马上生效,必须调用force_reannounce()函数。 add_url_seed() remove_url_seed() url_seeds() void add_url_seed(std::string const& url); void remove_url_seed(std::string const& url); std::set add_url_seed()给任务的地址种子链表另一个地址。如果在那个链表中已经存在了那个地址,那么调用将无效。任务将国连到服务器并且尝试着从那下载片数据,除非任务中止了,在队列中,正在检验或者提供下载。Remove_url_seed()删除已存在的地址。url_seeds()返回当前任务的一系统地址种子。注意失败的地址可能自动从链表中删除。 查看HTTP seeding 了解更多的信息。 queue_position() queue_position_up() queue_position_down() queue_position_top() queue_position_bottom() int queue_position() const; void queue_position_up() const; void queue_position_down() const; void queue_position_top() const; void queue_position_bottom() const; 每个被加的任务会更准确地加到所有已存在的任务中的较大的队列位置中。正在被成为种子里的任务在队列中的位置设为-1, 因为它们不再被成队地下载。 当一个任务被删除或者成为种子源时,所有有更大队列位置的任务将会减少它们的位置量,目的是为了填充顺序的空间。 queue_position()返回下载队列中的任务的位置。更小数值的任务是正在下载的任务。数值越小,说明任务越接近开始而即将启动的任务。 queue_position_*()函数调整队列中的任务位置。Up意味着前移而down意味的往队列的后面移动。Top和Bottom也分别意味着前移或者后移。 use_interface() void use_interface(char const* net_interface) const; 当打开外出的链接时,use_interface设置任务将会使用的网络接口。默认情况下,它将会使用事务用来监听的接口。参数必须是含有ip-address的字符串(IPv4或者IPv6).如果串不是这种格式,则会有异常抛出 info_hash() sha1_hash info_hash() const; info_hash()返回任务的info-hash set_max_uploads() set_max_connections() void set_max_uploads(int max_uploads) const; void set_max_connections(int max_connections) const; set_max_uploads设置这个任务上同一时间没有被阻塞的对等点的最大数。如果设为-1, 将没有限制。 set_max_connections()设置任务将打开的最大链接数。如果所有链接都在使用,新来的链接可能会被拒绝或者一些较差的链接会被关掉。这个值至少为2.默认情况下没有链接限制。如果是-1, 则没有限制。 save_resume_data() void save_resume_data() const; save_resume_data()产生一个快速恢复的数据并且返回一个接入值。这个接入值编码是合适的。关于快速恢复的工作模式,可以查看快带恢复。 这些操作是异步的,save_resume_data将快速返回。当生成的一个save_resume_data_alert时,这些恢复数据将会被快速分发。 快速分发的数据在下列情况下将是空的: 1. 任务句柄是非法。 2. 任务正在检查(或者在队列中检查)存储, 显然这时它将不会恢复数据。 3. 任务没有收到合法的元数据并且不是通过元数据启动的(查看libtorrent的 metadata from peers extension) 注意当你收到快速恢复的数据时,但果任务仍然在下载的话,这些数据很可能已经是脏数据了。建议中止这个事务,再生成快速恢复数据,并关掉它。确保在接收到save_resume_data_alert后,才调用remove_torrent函数。当保存恢复数据后,没有必要中止它。 警告 如果不是中止事务而是分别中止各个任务,每个任务将会将中止状态保存在恢复数据中。 注意 无论一个任务是完成还是中止,保存恢复数据是正确的做法。在一些情况下没有必要中止事务的任务,因为任务不会对它的文件做更多的写操作。如果当任务中止时,保存了恢复数据,就不会因为中止任务而保存恢复数据,这样就加快了关闭的进度。因为任务的统计可能会更新,所以当任务完成或者退出时,完整的任务应该保存恢复数据。 在完全的分配模式下,恢复数据不可能被随后的文件写操作更新,因为片不能四处移动。所以只能在全模式或者小模式下保存恢复数据后才能中止任务。 如果中止了任务,那么在事务关掉前,恢复数据保存后,写入磁盘的数据将会丢失。 这说明如果恢复数据过期了,libtorrent库将不会再检验文件,而是认为文件是最近的。这是因为失出一些字节与重检验整个文件更好一些。 在下载时或者关掉任务时,定期保存恢复数据是个好办法。 为所有的任务中止并且保存恢复数据 和等待警告的例子代码是: int num_resume_data = 0; std::vector (); for (std::vector i != (); ++i) { torrent_handle& h = *i; if (!_metadata()) continue; if (!_valid()) continue; _resume_data(); ++num_resume_data; } while (num_resume_data > 0) { alert const* a = _for_alert(seconds(10)); // if we don't get an alert within 10 seconds, abort if (a == 0) break; std::auto_ptr if (dynamic_cast { process_alert(a); --num_resume_data; continue; } save_resume_data_alert const* rd = dynamic_cast if (rd == 0) { process_alert(a); continue; } torrent_handle h = rd->handle; boost::filesystem::ofstream out(_path() / (_torrent_info().name() + ".fastresume"), std::ios_base::binary); (std::ios_base::skipws); bencode(std::ostream_iterator --num_resume_data; } status() torrent_status status() const; status()将返回这个任务的状态的结构体信息。 如果torrent_handle是非法的,它将抛出一个invalid_handle异常,可以查看torrent_status. get_download_queue() void get_download_queue(std::vector get_download_queue()将传入一个填充有专门下载或者有专门请求但完全没有下载的片的信息的容器的非常量引用。容器中的接入对象的结构如下 : struct partial_piece_info { int piece_index; int blocks_in_piece; block_info blocks[256]; enum state_t { none, slow, medium, fast }; state_t piece_state; }; piece_index是询问的片中的索引。blocks_in_piece是专门片的块数字。很多的片的数值是一样的,但最后一个片可能比标准的片小一些块。 piece_state可以设置为快,中等,慢,或者没有。它可以告诉对等点正在下载这个片到那个下载 速率目录。没有表示没有对等点在下载任何的片。对等点更喜欢从与自已有相同目录的片上下载数据。这样做的原因是为了保持专门下载片的值的大小。只要片从无转变成快,中等,慢,那么对等点就会从它上面下载。 struct block_info { enum block_state_t { none, requested, writing, finished }; tcp::endpoint peer; unsigned state:2; unsigned num_peers:14; }; block_info数组包含片中每个块的数据。每个块有个状态。如下: none-此块没有被下载或者从任何对等点上请求。 requested-此块被请求,但是没有完全下载。 writing-此块被下载,并且因为正在磁盘上作写操作而处在队列中。 finished –此块已写入磁盘中。 peer分量是块被下载的对等点中的ip地址.num_peers是当前正在请求这个块的对等点数目。一般设为0或者1, 但最后为了加速任务块可能并行地被更多的对等点请求 get_peer_info() void get_peer_info(std::vector get_peer_info()传入一个填写有连向任务的每个对等点的接入对象的容器的引用。给的句柄是合法的。如果torrent_handle是非法的,torrent_handle将会抛出invalid_handle异常。每个容器中的接入包含专门对等点的信息。查看peer info. get_torrent_info() torrent_info const& get_torrent_info() const; 返回一个与这个任务有关的torrent_info对象有关的常量强用。只要torrent_handle是合法的,这个引用也是合法的。如果torrent_handle非法或者它没有元数据,将会抛出invalid_handle异常。如果任务启动时没有.torrent文件,任务将会处于一个没有元数据的状态。比如,通过 使用提供的服务器和info-hash扩展。 is_valid() bool is_valid() const; 如果句柄对应一个合法的任务值,此函数返回真。如果句柄没有初始化或者对应的任务已中止,则会返回假。注意当句柄加入到事务中后,句柄可能为非法的。 通常是因为任务的存储是非法的或者文件名没有允许。(因此打不开或者无法创建).如果有这样的错误发生,file_error_alert会生成并且任务对应的所有句柄可能非法。 torrent_status 它包含如下的域 struct torrent_status { enum state_t { queued_for_checking, checking_files, downloading_metadata, downloading, finished, seeding, allocating }; state_t state; bool paused; float progress; std::string error; boost::posix_time::time_duration next_announce; boost::posix_time::time_duration announce_interval; std::string current_tracker; size_type total_download; size_type total_upload; size_type total_payload_download; size_type total_payload_upload; size_type total_failed_bytes; size_type total_redundant_bytes; float download_rate; float upload_rate; float download_payload_rate; float upload_payload_rate; int num_peers; int num_complete; int num_incomplete; int list_seeds; int list_peers; int connect_candidates; bitfield pieces; int num_pieces; size_type total_done; size_type total_wanted_done; size_type total_wanted; int num_seeds; float distributed_copies; int block_size; int num_uploads; int num_connections; int uploads_limit; int connections_limit; storage_mode_t storage_mode; int up_bandwidth_queue; int down_bandwidth_queue; size_type all_time_upload; size_type all_time_download; int active_time; int seeding_time; int seed_rank; int last_scrape; bool has_incoming; }; progress是在[0, 1]中的一个值,它代表了当前任务中任务的进度。它可能正在检查文件或者下载。任务的当前任务在状态成员中,它将是下面的其中一个值: queued_for_checking 任务在队列中等着被检查。但是现在有另一个任务正在被检查。这个任务将等着它的机会。 checking_files 任务没有开始它的下载,正在检验已存在的文件 downloading_metadata 任务正在从对等点上下载元数据。这就默认metadata_tranfer扩展在使用 downloading 任务正在下载。这是很多任务大部门时间都停留的状态。这个进度将显示已下载的文件有多少。 finished 在这种状态下,任务已完成了下载,但仍然有全部的任务。比如一些片被过滤掉并且没有下载。 seeding 这种状态下任务已完成下载并且是一个完全的发送者。 allocating 如果任务以完全分配的模式开始,这就表明任务的存储已被分配了。 当下载时,进度是total_wanted_done/total_wanted. 如果任务被中止,那么paused被设置为true, 否则为假. 如果任务被错误中止,那么error将被设为错误消息,这个消息描述了任务被中止的原因。如果任务没有中止或者不是由于错误而中止,这个串将为空。 next_announce是任务向服务器通知自已的情况的时间。并且通知的间隔是服务器希望任务等待并下次再次通知的时间。 current_tracker是最近的服务器的网址。如果没有服务器的请求,它将设为一个空串。 total_download 和total_upload是下载或者上传到所有对等点,事务,计算的字节数。当一个任务被中止或者再次重启时,事务将会重启。当一个任务中止了,这些计数将设为0.如果希望完成,保持,统计。可以使肜all_time_upload和all_time_download. total_payload_download和total_payload_upload保存了事务发送与接收的所有字节,但只有实际的装载数据(比如感兴趣的数据),这些区域忽略了协议的一些消耗. total_failed_bytes是已下载或者在片哈希测试时失败了的字节的数目。换句话说,这就是已下载的垃圾数据。 total_redundant_bytes是已经下载了,但又下载一次的数据。原因是在一定情况下,同样的数据可能被错误地下载了。当libtorrent向对等点发送请求时,对等点没有在一定超时时间内回应,libtorrent将会再请求这个块。另一种可能情况是当库可能再次请求块时,它发送的请求不是以FIFO-order回应的(它将再次请求由于不在顺序之内而跳过的块.这种可能性很小。 pieces是代表我们有的片和我们没有的片的字节掩码。如果任务没有下载或者正在生成种子时,这个指针将设为0. num_pieces是已经下载的片的数目。它等于std::accumulate(pieces->begin(), pieces->end()).所以必须自已计数。如果想保持一个图表的片一起更新,必须查看从最后时间起是否有数据已更新。 download_rate和upload_rate是这个任务的所有对等点的所有速率。通常比所有对等点的计算与合计有更好的准确性。速率的单位是每秒的字节数。Download_payload_rate和upload_payload_rate分别是承载的所有传输速率,而不是协议计数。这个可能比其它的速率要小一些,但是如果过了很长一段时间后(比如当计算ETA:s), 这个差别将会很大。 num_peers是任务现在连接的对等点的数目。在半开状态的对等点连接中(试着连接),或者为之后试着不统计中,对等点连接正在被排序。当调用get_peer_info()时,这些对等点在对等点队列中是可见的。 如果服务器没有以回应的方式发送坏数据的话,Num_complete和num_imcomplete被设置成-1.这个数据可能是可选的并且在所有服务器是不激活的。如果这些不是-1,它们就是供下载的对等点的所有数目和仍然在下载任务的对等点数目。
版权声明:本文标题:libtorrent+API+手册(中文版) 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1702909824h435599.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论