Fixed upload speed problem of Windows systems.

Set TCP buffer size to 128 KB.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3782 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-11-12 21:05:59 +00:00
parent ce75b486f4
commit f769c66991
3 changed files with 85 additions and 0 deletions

View file

@ -59,6 +59,8 @@ const int PQISSL_DNS_FLAG = 0x04;
/* not sure about the value? */
const int PQISSL_UDP_FLAG = 0x02;
/* TCP buffer size for Windows systems */
const int WINDOWS_TCP_BUFFER_SIZE = 128 * 1024; // 128 KB
/***************************** pqi Net SSL Interface *********************************
* This provides the base SSL interface class,