Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

nodes_common.h File Reference

#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:.


Function Documentation

void nodes_gui_common_connect_by_name const gchar *  line  ) 
 

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.

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.

Returns:
pointer to static data.


Generated on Sat Jun 30 17:53:29 2007 for gtk-gnutella by  doxygen 1.3.9.1