Libtorrent,Python,如何设置下载速度
Posted
技术标签:
【中文标题】Libtorrent,Python,如何设置下载速度【英文标题】:Libtorrent, Python, how set download speed 【发布时间】:2014-04-30 13:24:31 【问题描述】:有什么办法可以改变libtorrent library形式Python的下载速度?
【问题讨论】:
【参考方案1】:您不能“设置”下载速度,但可以限制它。这可以通过使用来完成 torrent_handle::set_download_limit(int limit)
在python中:
h = ses.add_torrent(info, "tmp")
h.set_download_limit(2048)
将您的下载速度限制为 2kB/s
【讨论】:
以上是关于Libtorrent,Python,如何设置下载速度的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 libtorrent 下载完全跳过将文件写入磁盘?
检索对等列表而不使用 python-libtorrent 下载种子
使用 libtorrent-python 下载 Torrent