Browse Source

disable smartban - no sense with single block pieces

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

2
libtorrent/src/session.cpp

@ -435,7 +435,7 @@ namespace libtorrent @@ -435,7 +435,7 @@ namespace libtorrent
add_extension(create_ut_pex_plugin);
//add_extension(create_ut_metadata_plugin);
add_extension(create_lt_trackers_plugin);
add_extension(create_smart_ban_plugin);
//add_extension(create_smart_ban_plugin);
}
#endif

Loading…
Cancel
Save