|
bZRTP
bZRTP is an opensource implementation of ZRTP keys exchange protocol
|
Timer structure : The timer mechanism receives a tick giving a current time in ms a timer object will check on tick reception if it must fire or not. More...
Data Fields | |
| uint8_t | status |
| uint64_t | firingTime |
| uint8_t | firingCount |
| int | timerStep |
Timer structure : The timer mechanism receives a tick giving a current time in ms a timer object will check on tick reception if it must fire or not.
| uint8_t bzrtpTimer_struct::firingCount |
Timer is used to resend packets, count the number of times a packet has been resent
| uint64_t bzrtpTimer_struct::firingTime |
in ms. The timer will fire if currentTime >= firingTime
| uint8_t bzrtpTimer_struct::status |
Status is BZRTP_TIMER_ON or BZRTP_TIMER_OFF
| int bzrtpTimer_struct::timerStep |
in ms. Step between next timer fire: used to reset firingTime for next timer fire
1.8.11