#include <nodes.h>
Data Fields | |
gnet_node_t | node_handle |
Internal node handle. | |
gchar * | error_str |
To sprintf() error strings with vars. | |
gint | proto_major |
Protocol major number. | |
gint | proto_minor |
Protocol minor number. | |
gchar * | vendor |
Vendor information (always UTF-8). | |
gint | country |
Country information. | |
vendor_code | vcode |
Vendor code (vcode.u32 == 0 when unknown). | |
host_addr_t | addr |
ip of the node (connected) | |
guint16 | port |
port of the node (connected) | |
gboolean | is_pseudo |
TRUE if it's the pseudo UDP node. | |
host_addr_t | gnet_addr |
Advertised Gnutella address for connecting. | |
guint16 | gnet_port |
Advertised Gnutella listening port. | |
gchar | gnet_guid [GUID_RAW_SIZE] |
Seen on network (can be blank). |
|
ip of the node (connected)
|
|
Country information.
|
|
To sprintf() error strings with vars.
|
|
Advertised Gnutella address for connecting.
|
|
Seen on network (can be blank).
|
|
Advertised Gnutella listening port.
|
|
TRUE if it's the pseudo UDP node.
|
|
Internal node handle.
|
|
port of the node (connected)
|
|
Protocol major number.
|
|
Protocol minor number.
|
|
Vendor code (vcode.u32 == 0 when unknown).
|
|
Vendor information (always UTF-8).
|