Application client to TRANSPORT service: we would like to have address suggestions for this peer. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/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. | |
| uint32_t | pk |
What type of performance preference does the client have? A enum GNUNET_MQ_PreferenceKind in NBO. | |
| struct GNUNET_PeerIdentity | peer |
| Peer to get address suggestions for. | |
| struct GNUNET_BANDWIDTH_Value32NBO | bw |
| How much bandwidth in bytes/second does the application expect? | |
Application client to TRANSPORT service: we would like to have address suggestions for this peer.
Definition at line 806 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 813 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 819 of file transport.h.
| struct GNUNET_PeerIdentity ExpressPreferenceMessage::peer |
Peer to get address suggestions for.
Definition at line 824 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 829 of file transport.h.