Merge branch 'master' of github.com:rakshasa/rtorrent

This commit is contained in:
rakshasa
2016-09-23 08:30:55 +09:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -100,4 +100,4 @@
# Set downlad list layout style. ("full", "compact")
#
#torrent_list_layout = "full"
#ui.torrent_list.layout.set = "full"
+1 -1
View File
@@ -142,7 +142,7 @@ class CurlStack : std::deque<CurlGet*> {
std::string m_httpCaPath;
std::string m_httpCaCert;
long m_ssl_verify_host;
bool m_ssl_verify_host;
bool m_ssl_verify_peer;
long m_dns_timeout;
};