#include "common.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 secure_oob, gboolean 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, const gchar *muid, guint8 wanted, const struct array *token) |
| 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.
The sender's IP address can of course change any time as dynamic IP addresses are very common. The sender might also have multiple network interfaces. |
|
||||||||||||||||||||||||
|
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.
|
1.3.9.1