#include <glib.h>
Go to the source code of this file.
Functions | |
void | oob_init (void) |
Initialize out-of-band query hit delivery. | |
void | oob_shutdown (void) |
Cleanup at shutdown time. | |
void | oob_close (void) |
Final cleanup. | |
void | oob_got_results (struct gnutella_node *n, GSList *files, gint count, gboolean use_ggep_h) |
Notification that we got matches for a query from some node that needs to be replied to using out-of-band delivery. | |
void | oob_deliver_hits (struct gnutella_node *n, gchar *muid, guint8 wanted) |
The remote host acknowledges that we have some hits for it and wishes to get the specified amount. |
|
Final cleanup.
|
|
The remote host acknowledges that we have some hits for it and wishes to get the specified amount.
|
|
Notification that we got matches for a query from some node that needs to be replied to using out-of-band delivery.
|
|
Initialize out-of-band query hit delivery.
|
|
Cleanup at shutdown time.
|