mirror of
https://github.com/curl/curl.git
synced 2026-07-24 10:57:16 +03:00
multi: allow table handle sizes to be overridden
Allow users to specify their own hash define for CURL_CONNECTION_HASH_SIZE so that both values can be overridden. Closes #1982
This commit is contained in:
parent
5d543fe906
commit
3340b456a5
1 changed files with 2 additions and 0 deletions
|
|
@ -59,7 +59,9 @@
|
|||
#define CURL_SOCKET_HASH_TABLE_SIZE 911
|
||||
#endif
|
||||
|
||||
#ifndef CURL_CONNECTION_HASH_SIZE
|
||||
#define CURL_CONNECTION_HASH_SIZE 97
|
||||
#endif
|
||||
|
||||
#define CURL_MULTI_HANDLE 0x000bab1e
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue