arvidn / libtorrent

an efficient feature complete C++ bittorrent implementation

Home Page:http://libtorrent.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DHT stopped working

master255 opened this issue · comments

commented

@arvidn Alarma!
Only 2 computers:
On a computer with a white IP address. I'm starting a torrent distribution.
On a computer with 4G internet, I start downloading a torrent.
On both computers, judging by the logs, there are a lot of peers in DHT. But a computer with 4G internet does not get the ip address of a computer with a white IP (checked many times on different apps). At the same time, the http site from a computer with a white IP address opens on all computers.

Possible reasons for this problem: on a computer with 4G ipv4 is blocked, and data comes mainly from Ipv6. Computer with white IP address only uses IPv4

Question: how to disable IPv6 in Libtorrent?