Janus representation (linked list) of sequence numbers to send again. More...
#include <rtcp.h>
Data Fields | |
uint16_t | seq_no |
Sequence number to send again. | |
struct janus_nack * | next |
Next element in the linked list. | |
Janus representation (linked list) of sequence numbers to send again.
struct janus_nack* janus_nack::next |
Next element in the linked list.
uint16_t janus_nack::seq_no |
Sequence number to send again.