Browse Source

disable smartban - no sense with single block pieces

miguelfreitas
Miguel Freitas 11 years ago
parent
commit
b0d68b346e
  1. 4
      libtorrent/src/session.cpp

4
libtorrent/src/session.cpp

@ -433,9 +433,9 @@ namespace libtorrent
if (flags & add_default_plugins) if (flags & add_default_plugins)
{ {
add_extension(create_ut_pex_plugin); add_extension(create_ut_pex_plugin);
//add_extension(create_ut_metadata_plugin); //add_extension(create_ut_metadata_plugin);
add_extension(create_lt_trackers_plugin); add_extension(create_lt_trackers_plugin);
add_extension(create_smart_ban_plugin); //add_extension(create_smart_ban_plugin);
} }
#endif #endif

Loading…
Cancel
Save