*/
GNUNET_TRANSPORT_ATS_QUALITY_NET_THROUGHPUT = 1033,
- /**
- * Distance on network layer
- *
- * Unit: []
- */
+ /**
+ * Distance on network layer
+ *
+ * Unit: []
+ */
GNUNET_TRANSPORT_ATS_QUALITY_NET_DISTANCE = 1034,
+
/* Availability related values */
/* =========================== */
};
+
+
/**
* Function called by the transport for each received message.
*
const struct
GNUNET_MessageHeader *
message,
- const struct GNUNET_TRANSPORT_ATS_Information *ats,
+ const struct GNUNET_TRANSPORT_ATS_Information *ats,
uint32_t ats_count);