- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试获取有关我发送给对等方的数据的警报。我的代码通过查找 libtorrent.block_finished_alert 非常适合传入 block ,但我想知道我何时以及向同行发送什么内容。我找不到可以为我提供出境转账等价物的警报。我需要知道文件和偏移量(对等请求)。
是否有出站阻止请求的警报?
我使用的是 python 绑定(bind),但 C++ 代码也很好。
最佳答案
最接近警报的可能是 stats_alert
。它会告诉您上传的有效负载字节数。不过,它不会为您提供正在发送的完整 block 的粒度。
如果您想添加警报,请查看 bt_peer_connection::write_piece
。
欢迎打补丁!
关于python - 使用 libtorrent (rasterbar) 获取上传事件的警报,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13919367/
我想使用 libtorrent-rasterbar 来开发一些 torren 测试,但是当我尝试编译包中的示例时,我遇到了这个错误: g++ dump_torrent.cpp In file i
我刚刚使用源代码编译并安装了 boost $密码 /Downloads/boost_1_58_0 ./b2 threading=multi link=static runtime-link=stati
我正在尝试使用 libtorrent-rasterbar 0.16.13 使用无 DHT、仅跟踪器行为下载远程元数据文件 (.torrent)。 不幸的是,我遇到了很多 peer_disconnect
我正在尝试获取有关我发送给对等方的数据的警报。我的代码通过查找 libtorrent.block_finished_alert 非常适合传入 block ,但我想知道我何时以及向同行发送什么内容。我找
我试图编译无济于事。 这是导致问题的代码: using namespace libtorrent; const address addy; new ip_filter(); ip_filter.add
有谁知道是否可以选择使用 libtorrent 进行连接的对等点?也就是说,在跟踪器返回对等 IP 和端口的列表后,只有选定的少数几个将根据某些定义的标准进行连接。 谢谢 最佳答案 您可以使用 set
我正在运行 Debian 6.0.6 我从这里下载了最新版本的 libtorrent-rasterbar:http://code.google.com/p/libtorrent/downloads/d
我正在尝试使用 libtorrent-rasterbar 和 VS2013 (C++) 构建一个简单的代码 (examples/simple_client.cpp),但我收到以下链接器错误: erro
您好,我正在考虑使用 Android NDK 将用 C++ 编写的 Libtorrent Rasterbar 编译到 Android 中,这样我就可以为 Android 构建一个 torrent 客户
如何通过 rasterbar libtorrent python 绑定(bind)加载磁力链接? 最佳答案 import libtorrent as lt import time ses = lt.s
我安装了 Python 3.4(32 位),并在此基础上安装了 python-libtorrent-0.16.16.win32.msi。 我的测试代码说:ImportError:DLL 加载失败:%1
我是一名优秀的程序员,十分优秀!