BitTorrent DHT协议

时间:2015-12-06 01:59:51

标签: bittorrent dht

最终的BitTorrent DHT协议解决了查询节点的对等列表,但是在收到对等列表后,在对等点之间遵循哪些协议进行实际交易?

1 个答案:

答案 0 :(得分:1)

core bittorrent protocol (BEP 3)

默认情况下,它使用TCP作为基础传输,但可以选择使用µTP (BEP 29)

还有许多其他常用的BEPs(6,9,10,11)可以进一步扩展它。