do not enable SSL listen sockets by default

This commit is contained in:
arvidn 2016-03-18 23:57:02 -04:00
parent 2b4033d08c
commit c0033d0977
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ namespace libtorrent
SET(aio_threads, 4, &session_impl::update_disk_threads),
SET(aio_max, 300, 0),
SET(network_threads, 0, &session_impl::update_network_threads),
SET(ssl_listen, 4433, 0),
SET(ssl_listen, 0, 0),
SET(tracker_backoff, 250, 0),
SET_NOPREV(share_ratio_limit, 200, 0),
SET_NOPREV(seed_time_ratio_limit, 700, 0),