forked from premiere/premiere-libtorrent
do not enable SSL listen sockets by default
This commit is contained in:
parent
2b4033d08c
commit
c0033d0977
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue