#include <knode.h>
Data Fields | |
| kuid_t * | id |
| KUID of the node (atom). | |
| kbucket * | bucket |
| Bucket currently holding the node. | |
| time_t | last_seen |
| Last seen message from that node. | |
| gint | refcnt |
| Reference count. | |
| guint32 | rtt |
| Round-trip time in milliseconds. | |
| guint32 | flags |
| Operating flags. | |
| host_addr_t | addr |
| IP of the node. | |
| guint16 | port |
| Port of the node. | |
| knode_status_t | status |
| Node status (good, stale, pending). | |
|
|
IP of the node.
|
|
|
Bucket currently holding the node.
|
|
|
Operating flags.
|
|
|
KUID of the node (atom).
|
|
|
Last seen message from that node.
|
|
|
Port of the node.
|
|
|
Reference count.
|
|
|
Round-trip time in milliseconds.
|
|
|
Node status (good, stale, pending).
|
1.3.9.1