|
libonion
|
#include "types_internal.h"#include "block.h"#include "log.h"#include "low.h"#include <stdlib.h>#include <string.h>Macros | |
| #define | ONION_BLOCK_GROW_MIN_BLOCK 16 |
| #define | ONION_BLOCK_GROW_EXPONENTIAL_LIMIT 1024 |
| #define ONION_BLOCK_GROW_EXPONENTIAL_LIMIT 1024 |
Referenced by onion_block_t::onion_block_add_char().
| #define ONION_BLOCK_GROW_MIN_BLOCK 16 |
Referenced by onion_block_t::onion_block_add_data(), and onion_block_t::onion_block_new().
1.8.1.2