26 #ifndef GNUNET_SERVICE_ATS_CONNECTIVITY_H
27 #define GNUNET_SERVICE_ATS_CONNECTIVITY_H
struct GNUNET_MessageHeader * msg
automatic transport selection messages
void GAS_connectivity_done(void)
Shutdown connectivity subsystem.
void GAS_connectivity_init(void)
Initialize connectivity subsystem.
unsigned int GAS_connectivity_has_peer(void *cls, const struct GNUNET_PeerIdentity *peer)
Is the given peer in the list of peers for which we have an address request?
void GAS_connectivity_remove_client(struct GNUNET_SERVICE_Client *client)
Unregister a client (which may have been a connectivity client, but this is not assured).
void GAS_handle_request_address_cancel(struct GNUNET_SERVICE_Client *client, const struct RequestAddressMessage *msg)
Cancel 'request address' messages from clients.
void GAS_handle_request_address(struct GNUNET_SERVICE_Client *client, const struct RequestAddressMessage *msg)
Handle 'request address' messages from clients.
The identity of the host (wraps the signing key of the peer).
Handle to a client that is connected to a service.
Connectivity client to ATS service: we would like to have address suggestions for this peer.
struct GNUNET_TESTBED_Peer * peer
The peer associated with this model.