Set the load factor threshold that triggers LHASH contraction.
Synopsis
Declared in <openssl/lhash.h>
void
OPENSSL_LH_set_down_load(
OPENSSL_LHASH* lh,
unsigned long down_load);
Parameters
Name |
Description |
lh |
Hash table to update. |
down_load |
New down_load threshold. |
Created with MrDocs