forked from premiere/premiere-libtorrent
Don't store 0.0.0.0 for i2p peers in resume data
This commit is contained in:
parent
9c489e2291
commit
2751d90368
|
@ -7071,6 +7071,8 @@ namespace libtorrent
|
|||
error_code ec;
|
||||
torrent_peer const* p = *i;
|
||||
address addr = p->address();
|
||||
if (p->is_i2p_addr)
|
||||
continue;
|
||||
if (p->banned)
|
||||
{
|
||||
#if TORRENT_USE_IPV6
|
||||
|
|
Loading…
Reference in New Issue