Handle for TRANSPORT address suggestion requests. More...
Data Fields | |
| struct GNUNET_PeerIdentity | id |
| ID of the peer for which address suggestion was requested. | |
| struct GNUNET_TRANSPORT_ApplicationHandle * | ch |
| Connecitivity handle this suggestion handle belongs to. | |
| enum GNUNET_MQ_PriorityPreferences | pk |
| What preference is being expressed? | |
| struct GNUNET_BANDWIDTH_Value32NBO | bw |
| How much bandwidth does the client expect? | |
Handle for TRANSPORT address suggestion requests.
Definition at line 39 of file transport_api_application.c.
| struct GNUNET_PeerIdentity GNUNET_TRANSPORT_ApplicationSuggestHandle::id |
ID of the peer for which address suggestion was requested.
Definition at line 44 of file transport_api_application.c.
Referenced by GNUNET_TRANSPORT_application_suggest().
| struct GNUNET_TRANSPORT_ApplicationHandle* GNUNET_TRANSPORT_ApplicationSuggestHandle::ch |
Connecitivity handle this suggestion handle belongs to.
Definition at line 49 of file transport_api_application.c.
Referenced by GNUNET_TRANSPORT_application_suggest().
| enum GNUNET_MQ_PriorityPreferences GNUNET_TRANSPORT_ApplicationSuggestHandle::pk |
What preference is being expressed?
Definition at line 54 of file transport_api_application.c.
Referenced by GNUNET_TRANSPORT_application_suggest().
| struct GNUNET_BANDWIDTH_Value32NBO GNUNET_TRANSPORT_ApplicationSuggestHandle::bw |
How much bandwidth does the client expect?
Definition at line 59 of file transport_api_application.c.
Referenced by GNUNET_TRANSPORT_application_suggest().