#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
◆ CONFIG_BUFFER_LENGTH
#define CONFIG_BUFFER_LENGTH 10000 |
◆ KEX_PSK_MAX
◆ MAX_DOMAIN_LENGTH
#define MAX_DOMAIN_LENGTH 64 |
◆ MD4_u32plus
◆ rasta_config_general
◆ rasta_config_info
stores all presets after load
◆ rasta_config_receive
◆ rasta_config_redundancy
◆ rasta_config_retransmission
◆ rasta_config_sending
◆ rasta_config_tls
◆ rasta_connection_config
◆ rasta_ip_data
represents an IP and Port
◆ KEY_EXCHANGE_MODE
Enumerator |
---|
KEY_EXCHANGE_MODE_NONE | |
23 KEY_EXCHANGE_MODE_OPAQUE
@ KEY_EXCHANGE_MODE_NONE
Definition: config.h:21
◆ log_level
the log level
Enumerator |
---|
LOG_LEVEL_DEBUG | Messages meant for debugging
|
LOG_LEVEL_INFO | Messages for general connection status
|
LOG_LEVEL_ERROR | Error messages
|
LOG_LEVEL_NONE | Symbolic log level: nothing will be logged Can only be used as maximum log level
|
log_level
Definition: config.h:292
@ LOG_LEVEL_DEBUG
Definition: config.h:296
@ LOG_LEVEL_ERROR
Definition: config.h:304
@ LOG_LEVEL_NONE
Definition: config.h:309
@ LOG_LEVEL_INFO
Definition: config.h:300
◆ logger_type
represents the type of logging that should be used
Enumerator |
---|
LOGGER_TYPE_CONSOLE | log messages to console
|
LOGGER_TYPE_FILE | log messages to file
|
LOGGER_TYPE_BOTH | log to console and file
|
logger_type
Definition: config.h:315
@ LOGGER_TYPE_CONSOLE
Definition: config.h:319
@ LOGGER_TYPE_BOTH
Definition: config.h:327
@ LOGGER_TYPE_FILE
Definition: config.h:323
◆ rasta_checksum_type
used checksum type
Enumerator |
---|
RASTA_CHECKSUM_NONE | no checksum
|
RASTA_CHECKSUM_8B | 8 byte checksum
|
RASTA_CHECKSUM_16B | 16 byte checksum
|
rasta_checksum_type
Definition: config.h:55
@ RASTA_CHECKSUM_8B
Definition: config.h:63
@ RASTA_CHECKSUM_NONE
Definition: config.h:59
@ RASTA_CHECKSUM_16B
Definition: config.h:67
◆ rasta_hash_algorithm
Algorithms that can be used for the RaSTA SR layer checksum
Enumerator |
---|
RASTA_ALGO_MD4 | MD4
|
RASTA_ALGO_BLAKE2B | Blake2b
|
RASTA_ALGO_SIPHASH_2_4 | SipHash-2-4
|
rasta_hash_algorithm
Definition: config.h:73
@ RASTA_ALGO_BLAKE2B
Definition: config.h:81
@ RASTA_ALGO_MD4
Definition: config.h:77
@ RASTA_ALGO_SIPHASH_2_4
Definition: config.h:85