bZRTP
bZRTP is an opensource implementation of ZRTP keys exchange protocol
|
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 |
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.
uint8_t bzrtpPingAckMessage_struct::endpointHash[8] |
see section 5.16 for the endpointHash definition (64 bits)
uint8_t bzrtpPingAckMessage_struct::endpointHashReceived[8] |
the endpoint hash received in the ping Message we're acknowledging (64 bits)
uint32_t bzrtpPingAckMessage_struct::SSRC |
the SSRC received in the ping packet we're acknowledging (32 bits)
uint8_t bzrtpPingAckMessage_struct::version[4] |
a string defining the current version, shall be 1.10 (32 bits)