gnunet-service-transport_neighbours.h 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. /*
  2. This file is part of GNUnet.
  3. Copyright (C) 2010-2015 GNUnet e.V.
  4. GNUnet is free software: you can redistribute it and/or modify it
  5. under the terms of the GNU Affero General Public License as published
  6. by the Free Software Foundation, either version 3 of the License,
  7. or (at your option) any later version.
  8. GNUnet is distributed in the hope that it will be useful, but
  9. WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  11. Affero General Public License for more details.
  12. You should have received a copy of the GNU Affero General Public License
  13. along with this program. If not, see <http://www.gnu.org/licenses/>.
  14. SPDX-License-Identifier: AGPL3.0-or-later
  15. */
  16. /**
  17. * @file transport/gnunet-service-transport_neighbours.h
  18. * @brief neighbour management API
  19. * @author Christian Grothoff
  20. */
  21. #ifndef GNUNET_SERVICE_TRANSPORT_NEIGHBOURS_H
  22. #define GNUNET_SERVICE_TRANSPORT_NEIGHBOURS_H
  23. #include "gnunet_statistics_service.h"
  24. #include "gnunet_transport_service.h"
  25. #include "gnunet_transport_plugin.h"
  26. #include "gnunet-service-transport.h"
  27. #include "transport.h"
  28. #include "gnunet_util_lib.h"
  29. /**
  30. * Initialize the neighbours subsystem.
  31. *
  32. * @param max_fds maximum number of fds to use
  33. */
  34. void
  35. GST_neighbours_start (unsigned int max_fds);
  36. /**
  37. * Cleanup the neighbours subsystem.
  38. */
  39. void
  40. GST_neighbours_stop (void);
  41. /**
  42. * Test if we're connected to the given peer.
  43. *
  44. * @param target peer to test
  45. * @return #GNUNET_YES if we are connected, #GNUNET_NO if not
  46. */
  47. int
  48. GST_neighbours_test_connected (const struct GNUNET_PeerIdentity *target);
  49. /**
  50. * Function called after the transmission is done.
  51. *
  52. * @param cls closure
  53. * @param success #GNUNET_OK on success, #GNUNET_NO on failure, #GNUNET_SYSERR if we're not connected
  54. * @param bytes_payload how much payload was transmitted
  55. * @param bytes_on_wire how many bytes were used on the wire
  56. */
  57. typedef void
  58. (*GST_NeighbourSendContinuation) (void *cls,
  59. int success,
  60. size_t bytes_payload,
  61. size_t bytes_on_wire);
  62. /**
  63. * Transmit a message to the given target using the active connection.
  64. *
  65. * @param target destination
  66. * @param msg message to send
  67. * @param msg_size number of bytes in @a msg
  68. * @param timeout when to fail with timeout
  69. * @param cont function to call when done
  70. * @param cont_cls closure for @a cont
  71. */
  72. void
  73. GST_neighbours_send (const struct GNUNET_PeerIdentity *target,
  74. const void *msg,
  75. size_t msg_size,
  76. struct GNUNET_TIME_Relative timeout,
  77. GST_NeighbourSendContinuation cont, void *cont_cls);
  78. /**
  79. * We have received a message from the given sender.
  80. * How long should we delay before receiving more?
  81. * (Also used to keep the peer marked as live).
  82. *
  83. * @param sender sender of the message
  84. * @param size size of the message
  85. * @param do_forward set to #GNUNET_YES if the message should be forwarded to clients
  86. * #GNUNET_NO if the neighbour is not connected or violates the quota
  87. * @return how long to wait before reading more from this sender
  88. */
  89. struct GNUNET_TIME_Relative
  90. GST_neighbours_calculate_receive_delay (const struct
  91. GNUNET_PeerIdentity *sender,
  92. ssize_t size,
  93. int *do_forward);
  94. /**
  95. * Keep the connection to the given neighbour alive longer,
  96. * we received a KEEPALIVE (or equivalent); send a response.
  97. *
  98. * @param neighbour neighbour to keep alive (by sending keep alive response)
  99. * @param m the keep alive message containing the nonce to respond to
  100. */
  101. void
  102. GST_neighbours_keepalive (const struct GNUNET_PeerIdentity *neighbour,
  103. const struct GNUNET_MessageHeader *m);
  104. /**
  105. * We received a KEEP_ALIVE_RESPONSE message and use this to calculate
  106. * latency to this peer. Pass the updated information (existing ats
  107. * plus calculated latency) to ATS.
  108. *
  109. * @param neighbour neighbour to keep alive
  110. * @param m the message containing the keep alive response
  111. */
  112. void
  113. GST_neighbours_keepalive_response (const struct GNUNET_PeerIdentity *neighbour,
  114. const struct GNUNET_MessageHeader *m);
  115. /**
  116. * If we have an active connection to the given target, it must be shutdown.
  117. *
  118. * @param target peer to disconnect from
  119. */
  120. void
  121. GST_neighbours_force_disconnect (const struct GNUNET_PeerIdentity *target);
  122. /**
  123. * Function called for each neighbour.
  124. *
  125. * @param cls closure
  126. * @param peer identity of the neighbour
  127. * @param address the address of the neighbour
  128. * @param state current state the peer is in
  129. * @param state_timeout timeout for this state
  130. * @param bandwidth_in inbound quota in NBO
  131. * @param bandwidth_out outbound quota in NBO
  132. */
  133. typedef void
  134. (*GST_NeighbourIterator) (void *cls,
  135. const struct GNUNET_PeerIdentity *peer,
  136. const struct GNUNET_HELLO_Address *address,
  137. enum GNUNET_TRANSPORT_PeerState state,
  138. struct GNUNET_TIME_Absolute state_timeout,
  139. struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in,
  140. struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out);
  141. /**
  142. * Iterate over all connected neighbours.
  143. *
  144. * @param cb function to call
  145. * @param cb_cls closure for @a cb
  146. */
  147. void
  148. GST_neighbours_iterate (GST_NeighbourIterator cb, void *cb_cls);
  149. /**
  150. * A session was terminated. Take note.
  151. *
  152. * @param peer identity of the peer where the session died
  153. * @param session session that is gone
  154. * @return #GNUNET_YES if this was a session used, #GNUNET_NO if
  155. * this session was not in use
  156. */
  157. int
  158. GST_neighbours_session_terminated (const struct GNUNET_PeerIdentity *peer,
  159. struct GNUNET_ATS_Session *session);
  160. /**
  161. * Track information about data we received from the
  162. * given address (used to notify ATS about our utilization
  163. * of allocated resources).
  164. *
  165. * @param address the address we got data from
  166. * @param message the message we received (really only the size is used)
  167. */
  168. void
  169. GST_neighbours_notify_data_recv (const struct GNUNET_HELLO_Address *address,
  170. const struct GNUNET_MessageHeader *message);
  171. /**
  172. * Track information about data we transmitted using the given @a
  173. * address and @a session (used to notify ATS about our utilization of
  174. * allocated resources).
  175. *
  176. * @param address the address we transmitted data to
  177. * @param session session we used to transmit data
  178. * @param message the message we sent (really only the size is used)
  179. */
  180. void
  181. GST_neighbours_notify_data_sent (const struct GNUNET_HELLO_Address *address,
  182. struct GNUNET_ATS_Session *session,
  183. size_t size);
  184. /**
  185. * For an existing neighbour record, set the active connection to
  186. * use the given address.
  187. *
  188. * @param address address of the other peer to start using
  189. * @param session session to use (or NULL)
  190. * @param bandwidth_in inbound quota to be used when connection is up
  191. * @param bandwidth_out outbound quota to be used when connection is up
  192. */
  193. void
  194. GST_neighbours_switch_to_address (const struct GNUNET_HELLO_Address *address,
  195. struct GNUNET_ATS_Session *session,
  196. struct GNUNET_BANDWIDTH_Value32NBO
  197. bandwidth_in,
  198. struct GNUNET_BANDWIDTH_Value32NBO
  199. bandwidth_out);
  200. /**
  201. * We received a 'SESSION_CONNECT' message from the other peer.
  202. * Consider switching to it.
  203. *
  204. * @param message possibly a 'struct GNUNET_ATS_SessionConnectMessage' (check format)
  205. * @param peer identity of the peer to switch the address for
  206. * @return #GNUNET_OK if the message was fine, #GNUNET_SYSERR on serious error
  207. */
  208. int
  209. GST_neighbours_handle_session_syn (const struct GNUNET_MessageHeader *message,
  210. const struct GNUNET_PeerIdentity *peer);
  211. /**
  212. * We received a 'SESSION_CONNECT_ACK' message from the other peer.
  213. * Consider switching to it.
  214. *
  215. * @param message possibly a `struct GNUNET_ATS_SessionConnectMessage` (check format)
  216. * @param address address of the other peer
  217. * @param session session to use (or NULL)
  218. * @return #GNUNET_OK if the message was fine, #GNUNET_SYSERR on serious error
  219. */
  220. int
  221. GST_neighbours_handle_session_syn_ack (const struct
  222. GNUNET_MessageHeader *message,
  223. const struct
  224. GNUNET_HELLO_Address *address,
  225. struct GNUNET_ATS_Session *session);
  226. /**
  227. * We received a 'SESSION_ACK' message from the other peer.
  228. * If we sent a 'CONNECT_ACK' last, this means we are now
  229. * connected. Otherwise, do nothing.
  230. *
  231. * @param message possibly a 'struct GNUNET_ATS_SessionConnectMessage' (check format)
  232. * @param address address of the other peer
  233. * @param session session to use (or NULL)
  234. * @return #GNUNET_OK if the message was fine, #GNUNET_SYSERR on serious error
  235. */
  236. int
  237. GST_neighbours_handle_session_ack (const struct GNUNET_MessageHeader *message,
  238. const struct GNUNET_HELLO_Address *address,
  239. struct GNUNET_ATS_Session *session);
  240. /**
  241. * Obtain current address information for the given neighbour.
  242. *
  243. * @param peer
  244. * @return address currently used
  245. */
  246. const struct GNUNET_HELLO_Address *
  247. GST_neighbour_get_current_address (const struct GNUNET_PeerIdentity *peer);
  248. /**
  249. * We received a quoat message from the given peer,
  250. * validate and process.
  251. *
  252. * @param peer sender of the message
  253. * @param msg the quota message
  254. */
  255. void
  256. GST_neighbours_handle_quota_message (const struct GNUNET_PeerIdentity *peer,
  257. const struct GNUNET_MessageHeader *msg);
  258. /**
  259. * We received a disconnect message from the given peer,
  260. * validate and process.
  261. *
  262. * @param peer sender of the message
  263. * @param msg the disconnect message
  264. */
  265. void
  266. GST_neighbours_handle_disconnect_message (const struct
  267. GNUNET_PeerIdentity *peer,
  268. const struct
  269. GNUNET_MessageHeader *msg);
  270. #endif
  271. /* end of file gnunet-service-transport_neighbours.h */