libtorrent-python是否提供SSL绑定?到目前为止,它似乎还没有公开SSL功能-但是我找到了这篇讨论,其中提到了SSL功能被集成到Python API:http://sourceforge.net/mailarchive/forum.php?thread_name=1340755061.4fea4c75d780a%40puss.acc.umu.se&forum_name=libtorrent-discuss中。
作为libtorrent的铁杆粉丝,如果它暴露在Python层上,那就太好了!
发布于 2013-02-06 10:57:28
是。
从libtorrent 0.16.2开始就有了。与SSL torrents关联的函数包括:
torrent_handle::set_ssl_certificate类torrent_need_cert_alert session_settings::ssl_listen
所有这些都在该版本或更高版本中。
https://stackoverflow.com/questions/14698470
复制相似问题