From a5efb4a59af1eeb30f29f2e4f6205b99fe4b2918 Mon Sep 17 00:00:00 2001 From: csoler Date: Mon, 10 Feb 2014 21:50:59 +0000 Subject: [PATCH] increased TCP buffer size on windows. Makes transfers faster. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7104 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/pqi/pqissl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretroshare/src/pqi/pqissl.h b/libretroshare/src/pqi/pqissl.h index 915e71173..1a773b3a2 100644 --- a/libretroshare/src/pqi/pqissl.h +++ b/libretroshare/src/pqi/pqissl.h @@ -55,7 +55,7 @@ const int PQISSL_DNS_FLAG = 0x04; const int PQISSL_UDP_FLAG = 0x02; /* TCP buffer size for Windows systems */ -const int WINDOWS_TCP_BUFFER_SIZE = 128 * 1024; // 128 KB +const int WINDOWS_TCP_BUFFER_SIZE = 512 * 1024; // 512 KB /***************************** pqi Net SSL Interface ********************************* * This provides the base SSL interface class,