#include <glib.h>
#include "lib/host_addr.h"
Go to the source code of this file.
Functions | |
void | udp_received (struct gnutella_socket *s, gboolean truncated) |
Notification from the socket layer that we got a new datagram. | |
void | udp_connect_back (const host_addr_t addr, guint16 port, const gchar *muid) |
Send a Gnutella ping to the specified host via UDP, using the specified MUID. | |
void | udp_send_msg (struct gnutella_node *n, gpointer buf, gint len) |
void | udp_send_ping (const host_addr_t addr, guint16 port) |
Send a Gnutella ping to the specified host. |
|
Send a Gnutella ping to the specified host via UDP, using the specified MUID.
|
|
Notification from the socket layer that we got a new datagram. If `truncated' is true, then the message was too large for the socket buffer. |
|
|
|
Send a Gnutella ping to the specified host.
|