Constants for network protocols.
#define GNUNET_NETWORK_STRUCT_BEGIN
Define as empty, GNUNET_PACKED should suffice, but this won't work on W32.
#define GNUNET_NETWORK_STRUCT_END
Define as empty, GNUNET_PACKED should suffice, but this won't work on W32;.
Time for absolute time used by GNUnet, in microseconds and in network byte order.
Time for relative time used by GNUnet, in microseconds and in network byte order.
Message used to tell a communicator about the receiver's flow control limits and to acknowledge recei...
struct GNUNET_MessageHeader header
Type is GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_FC_LIMITS.
uint64_t bytes_window_size
Maximum number of payload bytes beyond the acknowledged number of bytes can still be transmitted with...
uint32_t msg_window_size
Maximum number of messages beyond the acknowledged message number that can still be transmitted concu...
uint64_t msg_cummulative_ack
Up to which message number were all messages received.
uint64_t bytes_cummulative_ack
Cumulative acknowledgement for number of bytes received.
Message used to tell a communicator about a successful key exchange.
struct GNUNET_TIME_RelativeNBO validity
How long does the receiver of the KX believe that the address on which the KX was received will conti...
struct GNUNET_HashCode token
Hash of the shared secret.
struct GNUNET_MessageHeader header
Type is GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_KX_CONFIRMATION.
struct GNUNET_TIME_AbsoluteNBO monotonic_time
Timestamp from the original sender which identifies the original KX.