Response from the VPN service to a VPN client informing about the IP that was assigned for the reques...
Time for absolute time used by GNUnet, in microseconds and in network byte order. ...
Message send by the VPN client to the VPN service requesting the setup of a redirection from some IP ...
#define GNUNET_NETWORK_STRUCT_BEGIN
Define as empty, GNUNET_PACKED should suffice, but this won't work on W32.
uint32_t reserved
Always zero.
int32_t result_af
Address family desired for the result (AF_INET or AF_INET6 or AF_UNSPEC, in nbo)
struct GNUNET_MessageHeader header
Type is GNUNET_MESSAGE_TYPE_VPN_CLIENT_REDIRECT_TO_IP.
#define GNUNET_NETWORK_STRUCT_END
Define as empty, GNUNET_PACKED should suffice, but this won't work on W32;.
The identity of the host (wraps the signing key of the peer).
#define GNUNET_PACKED
gcc-ism to get packed structs.
int32_t addr_af
Address family used for the destination address (AF_INET or AF_INET6, in nbo)
struct GNUNET_TIME_AbsoluteNBO expiration_time
How long should the redirection be maintained at most?
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 ...