projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aeee2c
)
Larger list cache
author
Pekka Riikonen
<priikone@silcnet.org>
Mon, 25 Nov 2002 13:40:16 +0000
(13:40 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Mon, 25 Nov 2002 13:40:16 +0000
(13:40 +0000)
lib/silccore/silcidcache.c
patch
|
blob
|
history
diff --git
a/lib/silccore/silcidcache.c
b/lib/silccore/silcidcache.c
index 44afd47bd566ca97b88fe06fea5272a83986bba2..19adb9ff83989a48b07d52f2410542198d708b0f 100644
(file)
--- a/
lib/silccore/silcidcache.c
+++ b/
lib/silccore/silcidcache.c
@@
-85,7
+85,7
@@
struct SilcIDCacheStruct {
*/
struct SilcIDCacheListStruct {
- SilcIDCacheEntry cache[
64
];
+ SilcIDCacheEntry cache[
128
];
SilcIDCacheEntry *cache_dyn;
SilcUInt32 cache_dyn_count;
SilcUInt32 cache_count;