change the default UPnP settings to map anything that's found on the local network

This commit is contained in:
Arvid Norberg 2008-11-02 20:42:48 +00:00
parent f2c9e02994
commit 4dacfcbaaf
1 changed files with 1 additions and 1 deletions

View File

@ -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)