mptcpd
Multipath TCP Daemon
|
Mptcpd configuration parser header. More...
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | mptcpd_config |
mptcpd configuration parameters More... | |
Typedefs | |
typedef void(* | mptcpd_set_log_func_t) (void) |
Functions | |
struct mptcpd_config * | mptcpd_config_create (int argc, char *argv[]) |
Create a new mptcpd configuration. | |
void | mptcpd_config_destroy (struct mptcpd_config *config) |
Destroy the mptcpd configuration. | |
Mptcpd configuration parser header.
Copyright (c) 2018, 2019, 2021, Intel Corporation
typedef void(* mptcpd_set_log_func_t) (void) |
Function pointer corresponding to the ELL functions that set the underlying logging mechanism, e.g. l_log_set_stderr
, l_log_set_syslog
and l_log_set_journal
.
struct mptcpd_config * mptcpd_config_create | ( | int | argc, |
char * | argv[] | ||
) |
Create a new mptcpd configuration.
[in] | argc | Command line argument count. |
[in,out] | argv | Command line argument vector. |
void mptcpd_config_destroy | ( | struct mptcpd_config * | config | ) |
Destroy the mptcpd configuration.
Deallocate all mptcpd configuration resources.
[in,out] | config | Mptcpd configuration to be finalized. |