webengine/osswebengine/WebCore/platform/network/symbian/HttpSessionManager.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 36 c711bdda59f4
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
    41 class HttpDlConnection;
    41 class HttpDlConnection;
    42 class RHTTPTransaction;
    42 class RHTTPTransaction;
    43 class SelfDownloadContentHandler;
    43 class SelfDownloadContentHandler;
    44 
    44 
    45 const int KHttpMaxConnectionNum = 7;
    45 const int KHttpMaxConnectionNum = 7;
    46 const int KHttpMaxTransactionNumPerConnection = 5;
    46 const int KHttpMaxTransactionNumPerConnection = 2;
    47 const int KHttpBatchingBuffSize = 2*1400;
    47 const int KHttpBatchingBuffSize = 2*1400;
    48 const int KHttpReceiveBuffSize = 32*1024;
    48 const int KHttpReceiveBuffSize = 32*1024;
    49 
    49 
    50 class HttpSessionManager
    50 class HttpSessionManager
    51 {
    51 {