fixed problems in the network layer that made web seeds fail some times. prepared for proxy support in peer connections. worked on the http seeding. added support for web seeds in make_torrent tool
This commit is contained in:
@@ -860,7 +860,9 @@ int main(int ac, char* av[])
|
||||
out << state_str[s.state] << " ";
|
||||
}
|
||||
|
||||
h.get_peer_info(peers);
|
||||
if ((print_downloads && s.state != torrent_status::seeding)
|
||||
|| print_peers)
|
||||
h.get_peer_info(peers);
|
||||
|
||||
if (s.state != torrent_status::seeding)
|
||||
{
|
||||
|
Reference in New Issue
Block a user