libflute
|
Holds all options passed on the command line. More...
Public Attributes | |
const char * | flute_interface = {} |
file path of the config file. More... | |
const char * | mcast_target = {} |
bool | enable_ipsec = false |
const char * | aes_key = {} |
unsigned short | mcast_port = 40085 |
unsigned | log_level = 2 |
log level More... | |
char ** | files |
unsigned short | mtu = 1500 |
uint32_t | rate_limit = 1000 |
Holds all options passed on the command line.
Definition at line 49 of file flute-receiver.cpp.
const char * ft_arguments::aes_key = {} |
Definition at line 53 of file flute-receiver.cpp.
bool ft_arguments::enable_ipsec = false |
Definition at line 52 of file flute-receiver.cpp.
char ** ft_arguments::files |
Definition at line 56 of file flute-receiver.cpp.
const char* ft_arguments::flute_interface = {} |
file path of the config file.
Definition at line 50 of file flute-receiver.cpp.
unsigned ft_arguments::log_level = 2 |
log level
Definition at line 55 of file flute-receiver.cpp.
unsigned short ft_arguments::mcast_port = 40085 |
Definition at line 54 of file flute-receiver.cpp.
const char * ft_arguments::mcast_target = {} |
Definition at line 51 of file flute-receiver.cpp.
unsigned short ft_arguments::mtu = 1500 |
Definition at line 54 of file flute-transmitter.cpp.
uint32_t ft_arguments::rate_limit = 1000 |
Definition at line 55 of file flute-transmitter.cpp.