From 4dacfcbaaf6e0bc4e13486300ec557ab8342db02 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 2 Nov 2008 20:42:48 +0000 Subject: [PATCH] change the default UPnP settings to map anything that's found on the local network --- include/libtorrent/session_settings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/session_settings.hpp b/include/libtorrent/session_settings.hpp index 6b3907c30..b7dc62a44 100644 --- a/include/libtorrent/session_settings.hpp +++ b/include/libtorrent/session_settings.hpp @@ -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)