bZRTP
bZRTP is an opensource implementation of ZRTP keys exchange protocol
Loading...
Searching...
No Matches
Data Fields
bzrtpPingMessage_struct Struct Reference

Relay ACK Message rfc 5.14 This message contains no data but only a length and message type which are stored in the bzrtpPacket_t structure There the no need to define a structure type for this packet. More...

#include <packetParser.h>

Data Fields

uint8_t version [4]
 
uint8_t endpointHash [8]
 

Detailed Description

Relay ACK Message rfc 5.14 This message contains no data but only a length and message type which are stored in the bzrtpPacket_t structure There the no need to define a structure type for this packet.

Ping Message The Ping and PingACK messages are unrelated to the rest of the ZRTP protocol. No ZRTP endpoint is required to generate a Ping message, but every ZRTP endpoint MUST respond to a Ping message with a PingACK message.

Field Documentation

◆ endpointHash

uint8_t bzrtpPingMessage_struct::endpointHash[8]

see section 5.16 for the endpointHash definition (64 bits)

◆ version

uint8_t bzrtpPingMessage_struct::version[4]

a string defining the current version, shall be 1.10 (32 bits)


The documentation for this struct was generated from the following file: