Low-level P2P IO. More...
Go to the source code of this file.
Macros | |
#define | GNUNET_TRANSPORT_MANIPULATION_VERSION 0x00000003 |
Version number of the transport API. More... | |
Functions | |
struct GNUNET_TRANSPORT_ManipulationHandle * | GNUNET_TRANSPORT_manipulation_connect (const struct GNUNET_CONFIGURATION_Handle *cfg) |
Connect to the transport service. More... | |
void | GNUNET_TRANSPORT_manipulation_disconnect (struct GNUNET_TRANSPORT_ManipulationHandle *handle) |
Disconnect from the transport service. More... | |
void | GNUNET_TRANSPORT_manipulation_set (struct GNUNET_TRANSPORT_ManipulationHandle *handle, const struct GNUNET_PeerIdentity *peer, const struct GNUNET_ATS_Properties *prop, struct GNUNET_TIME_Relative delay_in, struct GNUNET_TIME_Relative delay_out) |
Set transport metrics for a peer and a direction. More... | |
Low-level P2P IO.
Definition in file gnunet_transport_manipulation_service.h.