#include <settings.h>
Data Fields | |
char * | host |
IP Address or host. | |
char * | port |
Port number or service name. | |
char * | bind_address |
Adress to bind to (or NULL for default). | |
gboolean | ssl |
Whether SSL should be used. | |
char * | password |
Password to send to remote host. |
char* tcp_server_config::host |
IP Address or host.
char* tcp_server_config::port |
Port number or service name.
Adress to bind to (or NULL for default).
gboolean tcp_server_config::ssl |
Whether SSL should be used.
Password to send to remote host.