Hi, I found a bug in IndexServer::Connect(): if a connection to an IP address fails, the function doesn't remove the IP or skip this IP in next try.
I added "server_lst.erase(current_server);" but it crashs. It looks like current_server equals server_list.end() when server list only contains one item. Victor Stinner aka haypo _______________________________________________ Wormux-dev mailing list Wormux-dev@gna.org https://mail.gna.org/listinfo/wormux-dev