#include <MNRTPSsrcCollisionList.h>
Collaboration diagram for SsrcCollisionList:
Public Member Functions | |
~SsrcCollisionList () | |
void | lock () |
void | unlock () |
bool | update_if (const struct sockaddr_in &addr, ntp64 now, u_int32 ssrc) |
size_t | update_expire (ntp64 now) |
size_t | remove_ssrc (u_int32 ssrc) |
|
|
|
|
|
Remove all entries from the collision list that match the given ssrc. This is typical for the BYE operation.
|
|
|
|
Remove all entries from the collision list that are expired. Collision entries expire after 30 minutes.
|
|
Determine whether the given addr is already in the collision list. If it is in the list, update the entry.
|