我正在尝试使用 libtorrent 库,但遇到了一些以下问题。
我使用默认设置创建种子并将它们设置为限制(例如,100Kb)
torrent_handle.set_download_limit(limit);
当我询问当前种子的速度时:
torrent_handle.status ().download_payload_rate
有时我会得到比限制更大的价值(例如,大约 200Kb 或 300Kb)。
怎么了?为什么我的洪流限制不适用?
我正在尝试使用 libtorrent 库,但遇到了一些以下问题。
我使用默认设置创建种子并将它们设置为限制(例如,100Kb)
torrent_handle.set_download_limit(limit);
当我询问当前种子的速度时:
torrent_handle.status ().download_payload_rate
有时我会得到比限制更大的价值(例如,大约 200Kb 或 300Kb)。
怎么了?为什么我的洪流限制不适用?