Set the max number of open transports to 8.

This commit is contained in:
rpotts%netscape.com 1999-07-28 09:26:55 +00:00
parent 315de829f9
commit 8c60c16be7

View File

@ -50,7 +50,7 @@ PRLogModuleInfo* gHTTPLog = nsnull;
#endif /* PR_LOGGING */ #endif /* PR_LOGGING */
#define MAX_NUMBER_OF_OPEN_TRANSPORTS 4 #define MAX_NUMBER_OF_OPEN_TRANSPORTS 8
static NS_DEFINE_CID(kStandardUrlCID, NS_STANDARDURL_CID); static NS_DEFINE_CID(kStandardUrlCID, NS_STANDARDURL_CID);
static NS_DEFINE_CID(kSocketTransportServiceCID, NS_SOCKETTRANSPORTSERVICE_CID); static NS_DEFINE_CID(kSocketTransportServiceCID, NS_SOCKETTRANSPORTSERVICE_CID);