26 #ifndef GNUNET_SERVICE_MESSENGER_BASEMENT_H
27 #define GNUNET_SERVICE_MESSENGER_BASEMENT_H
int required_connection_between(size_t count, size_t src, size_t dst)
Returns GNUNET_YES or GNUNET_NO to determine if the peers of index src and index dst should be connec...
int should_connect_tunnel_to(size_t count, size_t src, size_t dst)
Returns GNUNET_YES or GNUNET_NO to determine if the peer at index src should or should not connect ou...
size_t count_of_tunnels(const struct GNUNET_MESSENGER_ListTunnels *tunnels)
Returns the count of peers in a list (typically from the basement of a room).
messenger api: client and service implementation of GNUnet MESSENGER service