#include "gui.h"
#include "if/core/nodes.h"
Go to the source code of this file.
Functions | |
| void | nodes_gui_common_init (void) |
| void | nodes_gui_common_shutdown (void) |
| const gchar * | nodes_gui_common_status_str (const gnet_node_status_t *n) |
| Compute info string for node. | |
| void | nodes_gui_common_connect_by_name (const gchar *addr) |
| Try to connect to the list of nodes given by in following form:. | |
|
|
Try to connect to the list of nodes given by in following form:. list = <node> | <node>, 1*<node> port = 1..65535 hostname = 1*[a-zA-Z0-9.-] node = hostname [":" <port>] | <ipv4 address="">[":" <port>] | <ipv6 address=""> | "[" <ipv6 address=""> "]:" <port> peer = ["tls:"]<node> If the port is omitted, the default port (GTA_PORT: 6346) is used. The case-insensitive prefix "tls:" requests a TLS (encrypted) connection. |
|
|
|
|
|
|
|
|
Compute info string for node.
|
1.3.9.1