don't use random_seed in test_dht

This commit is contained in:
Arvid Norberg 2013-09-24 15:33:25 +00:00
parent e6f41c0d16
commit 7bbb0e4e6c
1 changed files with 0 additions and 3 deletions

View File

@ -38,7 +38,6 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/socket_io.hpp" // for hash_address
#include "libtorrent/broadcast_socket.hpp" // for supports_ipv6
#include "libtorrent/alert_dispatcher.hpp"
#include "libtorrent/random.hpp"
#include "libtorrent/kademlia/node_id.hpp"
#include "libtorrent/kademlia/routing_table.hpp"
@ -318,8 +317,6 @@ struct print_alert : alert_dispatcher
// TODO: 3 test find_data, obfuscated_get_peers and bootstrap
int test_main()
{
libtorrent::random_seed(1936584);
dht_settings sett;
sett.max_torrents = 4;
sett.max_dht_items = 4;