#include <config.h>
Definition at line 68 of file config.h.
Data Fields | |
| int | port |
| TCP port number to listen on. | |
| str | bind |
| IP address to bind to (if null, then :: (0.0.0.0) - all). | |
TCP port number to listen on.
Definition at line 69 of file config.h.
Referenced by acceptor_process(), log_dp_config(), and parse_dp_config().
IP address to bind to (if null, then :: (0.0.0.0) - all).
Definition at line 70 of file config.h.
Referenced by acceptor_process(), free_dp_config(), log_dp_config(), and parse_dp_config().
1.5.2