Unique identifier (counter) for an encrypted message in a channel. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/cadet/cadet_protocol.h>
Data Fields | |
uint32_t | pid |
This number is incremented by one per message. More... | |
Unique identifier (counter) for an encrypted message in a channel.
Used to match GNUNET_MESSAGE_TYPE_CADET_CONNECTION_HOP_BY_HOP_ENCRYPTED_ACK and GNUNET_MESSAGE_TYPE_CADET_TUNNEL_ENCRYPTED_POLL messages against the respective GNUNET_MESSAGE_TYPE_CADET_TUNNEL_ENCRYPTED messages.
Definition at line 205 of file cadet_protocol.h.
uint32_t CadetEncryptedMessageIdentifier::pid |
This number is incremented by one per message.
It may wrap around. In network byte order.
Definition at line 211 of file cadet_protocol.h.