From 1b09879e2a42272e047ba4906d38b0d2f9cb1d45 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 10 Mar 2011 03:19:27 +0000 Subject: [PATCH] increase the default upper limit on send buffer size to 700 kB --- 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 06f6ae3b1..d953da7fb 100644 --- a/include/libtorrent/session_settings.hpp +++ b/include/libtorrent/session_settings.hpp @@ -136,7 +136,7 @@ namespace libtorrent #endif , free_torrent_hashes(true) , upnp_ignore_nonrouters(false) - , send_buffer_watermark(100 * 1024) + , send_buffer_watermark(700 * 1024) , send_buffer_watermark_factor(1) #ifndef TORRENT_NO_DEPRECATE // deprecated in 0.16