forked from premiere/premiere-libtorrent
for high performance preset, support accepting many connections simultaneously
This commit is contained in:
parent
1723e2d4f7
commit
dab3d5706f
|
@ -206,6 +206,9 @@ namespace libtorrent
|
|||
// allow 8000 peer connections
|
||||
set.connections_limit = 8000;
|
||||
|
||||
// allow lots of peers to try to connect simultaneously
|
||||
set.listen_queue_size = 200;
|
||||
|
||||
// unchoke many peers
|
||||
set.unchoke_slots_limit = 500;
|
||||
|
||||
|
|
Loading…
Reference in New Issue