forked from premiere/premiere-libtorrent
change the default UPnP settings to map anything that's found on the local network
This commit is contained in:
parent
f2c9e02994
commit
4dacfcbaaf
|
@ -118,7 +118,7 @@ namespace libtorrent
|
|||
, use_dht_as_fallback(false)
|
||||
#endif
|
||||
, free_torrent_hashes(true)
|
||||
, upnp_ignore_nonrouters(true)
|
||||
, upnp_ignore_nonrouters(false)
|
||||
, send_buffer_watermark(80 * 1024)
|
||||
, auto_upload_slots(true)
|
||||
, use_parole_mode(true)
|
||||
|
|
Loading…
Reference in New Issue