List of targets that we can use to reach this peer. More...
Data Fields | |
struct Target * | next |
Kept in a DLL. More... | |
struct Target * | prev |
Kept in a DLL. More... | |
struct GNUNET_DHTU_Target * | utarget |
Handle for sending messages to this peer. More... | |
struct GDS_Underlay * | u |
Underlay providing this target. More... | |
struct PeerInfo * | pi |
Peer this is a target for. More... | |
struct GNUNET_DHTU_PreferenceHandle * | ph |
Handle used to 'hold' the connection to this peer. More... | |
unsigned int | load |
Set to number of messages are waiting for the transmission to finish. More... | |
bool | dropped |
Set to true if the target was dropped, but we could not clean up yet because busy was also true. More... | |
List of targets that we can use to reach this peer.
Definition at line 282 of file gnunet-service-dht_neighbours.c.
struct Target* Target::next |
Kept in a DLL.
Definition at line 287 of file gnunet-service-dht_neighbours.c.
Referenced by update_hold().
struct Target* Target::prev |
Kept in a DLL.
Definition at line 292 of file gnunet-service-dht_neighbours.c.
struct GNUNET_DHTU_Target* Target::utarget |
Handle for sending messages to this peer.
Definition at line 297 of file gnunet-service-dht_neighbours.c.
struct GDS_Underlay* Target::u |
Underlay providing this target.
Definition at line 302 of file gnunet-service-dht_neighbours.c.
Referenced by GDS_u_connect().
struct PeerInfo* Target::pi |
Peer this is a target for.
Definition at line 307 of file gnunet-service-dht_neighbours.c.
struct GNUNET_DHTU_PreferenceHandle* Target::ph |
Handle used to 'hold' the connection to this peer.
Definition at line 312 of file gnunet-service-dht_neighbours.c.
unsigned int Target::load |
Set to number of messages are waiting for the transmission to finish.
Definition at line 317 of file gnunet-service-dht_neighbours.c.
bool Target::dropped |
Set to true if the target was dropped, but we could not clean up yet because busy was also true.
Definition at line 323 of file gnunet-service-dht_neighbours.c.