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层上,这将是非常甜蜜的!
答案 0 :(得分:1)
是
自libtorrent 0.16.2以来一直存在。与SSL种子相关的功能是:
torrent_handle :: set_ssl_certificate class torrent_need_cert_alert session_settings :: ssl_listen
所有这些都在该版本中以及之后。