Application client to TRANSPORT service: we would like to have address suggestions for this peer. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/transport/transport.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type is GNUNET_MESSAGE_TYPE_TRANSPORT_SUGGEST or GNUNET_MESSAGE_TYPE_TRANSPORT_SUGGEST_CANCEL to stop suggestions. More... | |
uint32_t | pk |
What type of performance preference does the client have? A enum GNUNET_MQ_PreferenceKind in NBO. More... | |
struct GNUNET_PeerIdentity | peer |
Peer to get address suggestions for. More... | |
struct GNUNET_BANDWIDTH_Value32NBO | bw |
How much bandwidth in bytes/second does the application expect? More... | |
Application client to TRANSPORT service: we would like to have address suggestions for this peer.
Definition at line 805 of file transport.h.
struct GNUNET_MessageHeader ExpressPreferenceMessage::header |
Type is GNUNET_MESSAGE_TYPE_TRANSPORT_SUGGEST or GNUNET_MESSAGE_TYPE_TRANSPORT_SUGGEST_CANCEL to stop suggestions.
Definition at line 812 of file transport.h.
uint32_t ExpressPreferenceMessage::pk |
What type of performance preference does the client have? A enum GNUNET_MQ_PreferenceKind
in NBO.
Definition at line 818 of file transport.h.
struct GNUNET_PeerIdentity ExpressPreferenceMessage::peer |
Peer to get address suggestions for.
Definition at line 823 of file transport.h.
Referenced by transmit_suggestion().
struct GNUNET_BANDWIDTH_Value32NBO ExpressPreferenceMessage::bw |
How much bandwidth in bytes/second does the application expect?
Definition at line 828 of file transport.h.