Message send by the VPN client to the VPN service requesting the setup of a redirection from some IP to a service running at a particular peer. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/vpn/vpn.h>
Data Fields | |
| struct GNUNET_MessageHeader | header |
| Type is GNUNET_MESSAGE_TYPE_VPN_CLIENT_REDIRECT_TO_SERVICE. | |
| uint32_t | reserved |
| Always zero. | |
| struct GNUNET_TIME_AbsoluteNBO | expiration_time |
| How long should the redirection be maintained at most? | |
| int32_t | protocol |
| Desired protocol (IPPROTO_UDP or IPPROTO_TCP) | |
| int32_t | result_af |
| Address family desired for the result (AF_INET or AF_INET6 or AF_UNSPEC, in nbo) | |
| struct GNUNET_PeerIdentity | target |
| Target peer offering the service. | |
| struct GNUNET_HashCode | service_descriptor |
| Service descriptor identifying the service. | |
| uint64_t | request_id |
| Unique ID to match a future response to this request. | |
Message send by the VPN client to the VPN service requesting the setup of a redirection from some IP to a service running at a particular peer.
| struct GNUNET_MessageHeader RedirectToServiceRequestMessage::header |
| uint32_t RedirectToServiceRequestMessage::reserved |
| struct GNUNET_TIME_AbsoluteNBO RedirectToServiceRequestMessage::expiration_time |
How long should the redirection be maintained at most?
Definition at line 95 of file vpn.h.
Referenced by send_request().
| int32_t RedirectToServiceRequestMessage::protocol |
Desired protocol (IPPROTO_UDP or IPPROTO_TCP)
Definition at line 100 of file vpn.h.
Referenced by send_request().
| int32_t RedirectToServiceRequestMessage::result_af |
Address family desired for the result (AF_INET or AF_INET6 or AF_UNSPEC, in nbo)
Definition at line 105 of file vpn.h.
Referenced by send_request().
| struct GNUNET_PeerIdentity RedirectToServiceRequestMessage::target |
Target peer offering the service.
Definition at line 110 of file vpn.h.
Referenced by send_request().
| struct GNUNET_HashCode RedirectToServiceRequestMessage::service_descriptor |
Service descriptor identifying the service.
Definition at line 115 of file vpn.h.
Referenced by send_request().
| uint64_t RedirectToServiceRequestMessage::request_id |
Unique ID to match a future response to this request.
Picked by the client.
Definition at line 121 of file vpn.h.
Referenced by send_request().