1.79测试版

请问uTP的优化有什么进展吗?

之前测试版的帖子提到uTP打洞需要对PEX来源peer的端口进行替换操作
libtorrent中有实现

另外在阅读DHT协议时发现,2013年3月22日的修订中新增了可选参数"implied_port"

There is an optional argument called implied_port which value is either 0 or 1. If it is present and non-zero, the port argument should be ignored and the source port of the UDP packet should be used as the peer’s port instead. This is useful for peers behind a NAT that may not know their external port, and supporting uTP, they accept incoming connections on the same port as the DHT port.

libtorrent同样有相关的实现

不知BC是否支持?