gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 10/116: multi: allow table handle sizes to be overr


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 10/116: multi: allow table handle sizes to be overridden
Date: Tue, 05 Dec 2017 14:50:40 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 3340b456a544519531f8d42ec77d33251b765efa
Author: Max Dymond <address@hidden>
AuthorDate: Wed Oct 11 13:18:46 2017 +0100

    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
---
 lib/multi.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/multi.c b/lib/multi.c
index d5c6a3e83..bf0e89ae6 100644
--- a/lib/multi.c
+++ b/lib/multi.c
@@ -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
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]