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

PingAck 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. More...

#include <packetParser.h>

Data Fields

uint8_t version [4]
 
uint8_t endpointHash [8]
 
uint8_t endpointHashReceived [8]
 
uint32_t SSRC
 

Detailed Description

PingAck 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 bzrtpPingAckMessage_struct::endpointHash[8]

see section 5.16 for the endpointHash definition (64 bits)

◆ endpointHashReceived

uint8_t bzrtpPingAckMessage_struct::endpointHashReceived[8]

the endpoint hash received in the ping Message we're acknowledging (64 bits)

◆ SSRC

uint32_t bzrtpPingAckMessage_struct::SSRC

the SSRC received in the ping packet we're acknowledging (32 bits)

◆ version

uint8_t bzrtpPingAckMessage_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: