webengine/osswebengine/WebCore/platform/network/symbian/HttpSessionManager.h
branchRCL_3
changeset 95 d96eed154187
parent 94 919f36ff910f
--- a/webengine/osswebengine/WebCore/platform/network/symbian/HttpSessionManager.h	Wed Sep 01 12:28:30 2010 +0100
+++ b/webengine/osswebengine/WebCore/platform/network/symbian/HttpSessionManager.h	Tue Sep 14 23:23:58 2010 +0300
@@ -43,6 +43,7 @@
 class SelfDownloadContentHandler;
 
 const int KHttpMaxConnectionNum = 7;
+const int KHttpSushiMaxConnectionNum = 8;
 const int KHttpMaxTransactionNumPerConnection = 2;
 const int KHttpBatchingBuffSize = 2*1400;
 const int KHttpReceiveBuffSize = 32*1024;