#include <glib.h>
Go to the source code of this file.
Functions | |
gpointer | alive_make (struct gnutella_node *n, gint max) |
Create the alive structure. | |
void | alive_free (gpointer obj) |
Dispose the alive structure. | |
gboolean | alive_send_ping (gpointer obj) |
Send new "alive" ping to node. | |
gboolean | alive_ack_ping (gpointer obj, gchar *muid) |
Got a pong that could be an acknowledge to one of our alive pings. | |
void | alive_ack_first (gpointer obj, gchar *muid) |
Got a ping with TTL=0, that some servents decided to use when replying to an alive ping. | |
void | alive_get_roundtrip_ms (gconstpointer obj, guint32 *avg, guint32 *last) |
|
Got a ping with TTL=0, that some servents decided to use when replying to an alive ping.
|
|
Got a pong that could be an acknowledge to one of our alive pings.
|
|
Dispose the alive structure.
|
|
|
|
Create the alive structure. Returned as an opaque pointer. |
|
Send new "alive" ping to node.
|